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

Unified Diff: tests/language/deopt_lazy_finalization_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/deopt_lazy_finalization_test.dart
diff --git a/tests/language/deopt_lazy_finalization_test.dart b/tests/language/deopt_lazy_finalization_test.dart
index 1176eca8beee413b52000a7b2c471226e9478e18..250650c007e3f2b631f73b677fbb90f40c3804df 100644
--- a/tests/language/deopt_lazy_finalization_test.dart
+++ b/tests/language/deopt_lazy_finalization_test.dart
@@ -39,10 +39,8 @@ class A {
}
}
-class Aa extends A {
-
-}
+class Aa extends A {}
class B extends Aa {
foo() => -2;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698