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

Unified Diff: tests/kernel/unsorted/klass_field_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/kernel/unsorted/klass_field_initializer_test.dart
diff --git a/tests/kernel/unsorted/klass_field_initializer_test.dart b/tests/kernel/unsorted/klass_field_initializer_test.dart
index 1d283415efc7407ac39fb0f24b2bc778896ed5e1..cc00184a181d73cc0d1ce394b8c98e259ca27a88 100644
--- a/tests/kernel/unsorted/klass_field_initializer_test.dart
+++ b/tests/kernel/unsorted/klass_field_initializer_test.dart
@@ -20,7 +20,9 @@ class B extends A {
var n;
var m;
- B(this.n, o) : super(o), m = "m";
+ B(this.n, o)
+ : super(o),
+ m = "m";
}
main() {

Powered by Google App Engine
This is Rietveld 408576698