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

Unified Diff: tests/language/redirecting_constructor_initializer_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/redirecting_constructor_initializer_test.dart
diff --git a/tests/language/redirecting_constructor_initializer_test.dart b/tests/language/redirecting_constructor_initializer_test.dart
index 97c80057a515cbb5611f4ea4453f65a72ac3c381..d05d68c5a123d62eb816757dda520ffca20a699f 100644
--- a/tests/language/redirecting_constructor_initializer_test.dart
+++ b/tests/language/redirecting_constructor_initializer_test.dart
@@ -27,7 +27,9 @@ class B extends A {
var w;
// Call the redirecting constructor using super.
- B() : super(), w = append('w');
+ B()
+ : super(),
+ w = append('w');
}
main() {

Powered by Google App Engine
This is Rietveld 408576698