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

Unified Diff: tests/language/closure_side_effect_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/closure_side_effect_test.dart
diff --git a/tests/language/closure_side_effect_test.dart b/tests/language/closure_side_effect_test.dart
index 7a68ac89af3a6a9405f0cb8175e918a6b54e201c..95fb941bf5aa6e08a05453a629f356bc7bebc6bf 100644
--- a/tests/language/closure_side_effect_test.dart
+++ b/tests/language/closure_side_effect_test.dart
@@ -17,7 +17,9 @@ class C {
}
nonInlinable2() {
- var a = () { b = 42; };
+ var a = () {
+ b = 42;
+ };
a();
}
}

Powered by Google App Engine
This is Rietveld 408576698