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

Unified Diff: tests/language/for_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/for_test.dart
diff --git a/tests/language/for_test.dart b/tests/language/for_test.dart
index a9560e910ed8fc100b8a2e0aced7235ed221a4b2..ef5283292716fb55ff4be6e186130796c2fd2b22 100644
--- a/tests/language/for_test.dart
+++ b/tests/language/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;
}
}

Powered by Google App Engine
This is Rietveld 408576698