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

Unified Diff: tests/language/inst_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/language/inst_field_initializer_test.dart
diff --git a/tests/language/inst_field_initializer_test.dart b/tests/language/inst_field_initializer_test.dart
index 6368b8da75c033ff8a0f2295669c5959a5b2547c..c04fe11dca6bb31fbd58fc388d92f46d3f1bc75e 100644
--- a/tests/language/inst_field_initializer_test.dart
+++ b/tests/language/inst_field_initializer_test.dart
@@ -24,8 +24,7 @@ class Cheese {
this.name = s;
}
- Cheese.initFieldParam(this.name, this.smell) {
- }
+ Cheese.initFieldParam(this.name, this.smell) {}
// Test that static const field Cheese.mild is not shadowed
// by the parameter mild when compiling the field initializer

Powered by Google App Engine
This is Rietveld 408576698