Index: tests/language_strong/function_subtype_bound_closure1_test.dart |
diff --git a/tests/language_strong/function_subtype_bound_closure1_test.dart b/tests/language_strong/function_subtype_bound_closure1_test.dart |
index e3454e27af3360126f059b5af65749ed9d981e0f..c55a7413d82aa089994a53d643da2c1194477eaf 100644 |
--- a/tests/language_strong/function_subtype_bound_closure1_test.dart |
+++ b/tests/language_strong/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'); |
-} |
+} |