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

Unified Diff: tests/language_strong/field_method_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_strong/field_method_test.dart
diff --git a/tests/language_strong/field_method_test.dart b/tests/language_strong/field_method_test.dart
index 9471aafad1f60c391643aea27f2bcb01848758c5..012b60ac9a47c5c888232237d0819746bf6d7f44 100644
--- a/tests/language_strong/field_method_test.dart
+++ b/tests/language_strong/field_method_test.dart
@@ -6,10 +6,10 @@
class A {
var foo;
A() {
- foo = () { };
+ foo = () {};
}
void bar() {
- foo(); // <= foo is a field, but can still be invoked without parenthesis.
+ foo(); // <= foo is a field, but can still be invoked without parenthesis.
}
}

Powered by Google App Engine
This is Rietveld 408576698