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

Unified Diff: tests/language/function_subtype_bound_closure1_test.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_bound_closure1_test.dart
diff --git a/tests/language/function_subtype_bound_closure1_test.dart b/tests/language/function_subtype_bound_closure1_test.dart
index e3454e27af3360126f059b5af65749ed9d981e0f..c55a7413d82aa089994a53d643da2c1194477eaf 100644
--- a/tests/language/function_subtype_bound_closure1_test.dart
+++ b/tests/language/function_subtype_bound_closure1_test.dart
@@ -50,4 +50,4 @@ main() {
Expect.isFalse(baz is Bar, 'baz is Bar');
Expect.isTrue(baz is Baz, 'baz is Baz');
Expect.isTrue(baz is Boz, 'baz is Boz');
-}
+}

Powered by Google App Engine
This is Rietveld 408576698