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

Unified Diff: tests/language/regress_18865_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/regress_18865_test.dart
diff --git a/tests/language/regress_18865_test.dart b/tests/language/regress_18865_test.dart
index ba64c4c9f51fff6ae2bc2e4f1605a8c0808ef472..8727bb39dd4b560a7feca9f286e442b6a8475dd5 100644
--- a/tests/language/regress_18865_test.dart
+++ b/tests/language/regress_18865_test.dart
@@ -4,12 +4,12 @@
// Regression test for issue 18865.
-class B<T> { }
+class B<T> {}
class A<T> extends B {
static foo() => new A();
}
-main () {
+main() {
A.foo();
}

Powered by Google App Engine
This is Rietveld 408576698