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

Unified Diff: tests/language/mixin_proto_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/mixin_proto_test.dart
diff --git a/tests/language/mixin_proto_test.dart b/tests/language/mixin_proto_test.dart
index e3967725ee0171c46c53daf2526934ffcf4e210b..b508718579b0ee379105ebb28df53ebcb4baf325 100644
--- a/tests/language/mixin_proto_test.dart
+++ b/tests/language/mixin_proto_test.dart
@@ -37,4 +37,4 @@ main() {
Expect.equals(42, confuse(all[1]).foo());
Expect.equals(42, confuse(all[2]).foo());
Expect.equals(499, confuse(all[2]).bar());
-}
+}

Powered by Google App Engine
This is Rietveld 408576698