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

Unified Diff: tests/language/default_init_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/default_init_test.dart
diff --git a/tests/language/default_init_test.dart b/tests/language/default_init_test.dart
index 63c9be8f37bdc0ba2f076b8ddf64d39cd0d7f1a2..cff4a2e79ad8325c562127f677f3f551bee34fe9 100644
--- a/tests/language/default_init_test.dart
+++ b/tests/language/default_init_test.dart
@@ -57,7 +57,7 @@ class C {
}
class D {
- const D(): this.z = 3;
+ const D() : this.z = 3;
final int z;
}

Powered by Google App Engine
This is Rietveld 408576698