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

Unified Diff: tests/language_strong/optimized_isempty_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_strong/optimized_isempty_test.dart
diff --git a/tests/language_strong/optimized_isempty_test.dart b/tests/language_strong/optimized_isempty_test.dart
index d223c8b1f19cfff0b72ba0ffe4c0f0cb32e9453f..7b8e77cfe5c248d840d7cf001d4cc784ffa2e7e5 100644
--- a/tests/language_strong/optimized_isempty_test.dart
+++ b/tests/language_strong/optimized_isempty_test.dart
@@ -14,8 +14,7 @@ main() {
var y = [123, 12345, 765];
Expect.equals(false, test(x));
Expect.equals(false, test(y));
- for (var i=0; i<20; i++) test(x);
+ for (var i = 0; i < 20; i++) test(x);
Expect.equals(false, test(x));
Expect.equals(false, test(y));
}
-

Powered by Google App Engine
This is Rietveld 408576698