Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: tests/language/function_subtype_null.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/language/function_subtype_null.dart
diff --git a/tests/language/function_subtype_null.dart b/tests/language/function_subtype_null.dart
index c235b81928865a5a89e481b63d6a987edef40b19..44bdec49ba3db5c4983476c2a11edcae3b2a3a1c 100644
--- a/tests/language/function_subtype_null.dart
+++ b/tests/language/function_subtype_null.dart
@@ -14,4 +14,4 @@ main() {
Expect.isFalse(null is Foo, 'null is Foo');
Expect.isFalse(null is Bar<bool>, 'null is Bar<bool>');
Expect.isFalse(null is Bar, 'null is Bar');
-}
+}

Powered by Google App Engine
This is Rietveld 408576698