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

Unified Diff: tests/language/while_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/while_test.dart
diff --git a/tests/language/while_test.dart b/tests/language/while_test.dart
index 71f3c5d0ba7326273c84cf5e0200831150ae0cc6..6df3760c7f3e944722cbb197b55ddcb4c2df8e16 100644
--- a/tests/language/while_test.dart
+++ b/tests/language/while_test.dart
@@ -7,8 +7,7 @@ import "package:expect/expect.dart";
class Helper {
static int f1(bool b) {
- while (b)
- return 1;
+ while (b) return 1;
return 2;
}

Powered by Google App Engine
This is Rietveld 408576698