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

Unified Diff: tests/language/cha_deopt3_deferred_lib.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/cha_deopt3_deferred_lib.dart
diff --git a/tests/language/cha_deopt3_deferred_lib.dart b/tests/language/cha_deopt3_deferred_lib.dart
index f9cffb1a34b99d3e7a154343df00aa849e553c0d..31ad3d2fdbf4a64ded55b2e75041b1d998f2e691 100644
--- a/tests/language/cha_deopt3_deferred_lib.dart
+++ b/tests/language/cha_deopt3_deferred_lib.dart
@@ -4,6 +4,6 @@
import "cha_deopt3_lib.dart";
-class U implements T { }
+class U implements T {}
make_u() => new U();

Powered by Google App Engine
This is Rietveld 408576698