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

Unified Diff: tests/language/function_field_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/function_field_test.dart
diff --git a/tests/language/function_field_test.dart b/tests/language/function_field_test.dart
index f34b7605f7dc20c18f6b980f11128707769244e8..60f699e88a29c98cf835f3c1496760a18e666fd0 100644
--- a/tests/language/function_field_test.dart
+++ b/tests/language/function_field_test.dart
@@ -13,6 +13,8 @@ class Wrapper {
main() {
Wrapper w = new Wrapper();
- w.f = () {return 42;};
+ w.f = () {
+ return 42;
+ };
Expect.equals(42, w.f());
}

Powered by Google App Engine
This is Rietveld 408576698