Index: tests/language_strong/for_test.dart |
diff --git a/tests/language_strong/for_test.dart b/tests/language_strong/for_test.dart |
index a9560e910ed8fc100b8a2e0aced7235ed221a4b2..ef5283292716fb55ff4be6e186130796c2fd2b22 100644 |
--- a/tests/language_strong/for_test.dart |
+++ b/tests/language_strong/for_test.dart |
@@ -49,7 +49,7 @@ class Helper { |
static int f6() { |
// Verify that side effects in the condition are visible after the loop. |
int i = 0; |
- for (; ++i < 3; ) {} |
+ for (; ++i < 3;) {} |
return i; |
} |
} |