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

Unified Diff: tests/language/type_check_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/type_check_test.dart
diff --git a/tests/language/type_check_test.dart b/tests/language/type_check_test.dart
index 0b10a726a8e351858d4d962e4b7dbad9a17731c1..1274d7d727b10cdf120160b3a4ca1a4799f33c61 100644
--- a/tests/language/type_check_test.dart
+++ b/tests/language/type_check_test.dart
@@ -7,11 +7,9 @@
import "package:expect/expect.dart";
-class A {
-}
+class A {}
-class B extends A {
-}
+class B extends A {}
main() {
var a = [new A(), new B()];

Powered by Google App Engine
This is Rietveld 408576698