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

Unified Diff: tests/language/static_implicit_closure_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/static_implicit_closure_test.dart
diff --git a/tests/language/static_implicit_closure_test.dart b/tests/language/static_implicit_closure_test.dart
index b73050eda27c879bc02d7c2db384f6639612f8cd..3b16a5d15cdcc4dc4978ac8be5b268706fa56702 100644
--- a/tests/language/static_implicit_closure_test.dart
+++ b/tests/language/static_implicit_closure_test.dart
@@ -12,8 +12,11 @@ class First {
static int get a {
return 10;
}
+
static var b;
- static int foo() { return 30; }
+ static int foo() {
+ return 30;
+ }
}
class StaticImplicitClosureTest {
@@ -29,7 +32,6 @@ class StaticImplicitClosureTest {
}
}
-
main() {
StaticImplicitClosureTest.testMain();
}

Powered by Google App Engine
This is Rietveld 408576698