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

Unified Diff: tests/isolate/enum_const_test.dart

Issue 2768073002: Format all multitests (Closed)
Patch Set: Created 3 years, 9 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/isolate/enum_const_test.dart
diff --git a/tests/isolate/enum_const_test.dart b/tests/isolate/enum_const_test.dart
index 0b6379410247198c07daf28af4ec4c323bdf2300..292ba89eb93e6d2efa79e76c53677f9bef1f1146 100644
--- a/tests/isolate/enum_const_test.dart
+++ b/tests/isolate/enum_const_test.dart
@@ -5,9 +5,7 @@
import "dart:isolate";
import "package:expect/expect.dart";
-enum Foo {
- BAR, BAZ
-}
+enum Foo { BAR, BAZ }
verify(val) {
Expect.identical(Foo.BAR, val);

Powered by Google App Engine
This is Rietveld 408576698