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

Unified Diff: tests/language/body_less_constructor_wrong_arg_negative_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/body_less_constructor_wrong_arg_negative_test.dart
diff --git a/tests/language/body_less_constructor_wrong_arg_negative_test.dart b/tests/language/body_less_constructor_wrong_arg_negative_test.dart
index 5d58acc372437b889b87f4ee88a07f0ab2a5fc71..f0becab169fd745bf8ac3be7708f2acbeac8a79c 100644
--- a/tests/language/body_less_constructor_wrong_arg_negative_test.dart
+++ b/tests/language/body_less_constructor_wrong_arg_negative_test.dart
@@ -12,5 +12,5 @@ class Base {
}
class C extends Base {
- const C(var x): super(); // call super constructor with wrong argument count.
+ const C(var x) : super(); // call super constructor with wrong argument count.
}

Powered by Google App Engine
This is Rietveld 408576698