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

Unified Diff: tests/language/mixin_implements_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_implements_test.dart
diff --git a/tests/language/mixin_implements_test.dart b/tests/language/mixin_implements_test.dart
index 0136eb735e1183f261c5eaa008fcf12e15347e0c..1845773145b288b46f1b2ec52abd46a8bc85288b 100644
--- a/tests/language/mixin_implements_test.dart
+++ b/tests/language/mixin_implements_test.dart
@@ -12,8 +12,7 @@ abstract class I1 {
bar();
}
-abstract class I2 implements I0, I1 {
-}
+abstract class I2 implements I0, I1 {}
class M {
foo() => 42;

Powered by Google App Engine
This is Rietveld 408576698