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

Unified Diff: tests/language_strong/runtime_type_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_strong/runtime_type_test.dart
diff --git a/tests/language_strong/runtime_type_test.dart b/tests/language_strong/runtime_type_test.dart
index a657164a3d502696bea080d66512259bdf220d90..f0b66db02bddad945a6556910b9743c7cdb233d4 100644
--- a/tests/language_strong/runtime_type_test.dart
+++ b/tests/language_strong/runtime_type_test.dart
@@ -4,11 +4,9 @@
import "package:expect/expect.dart";
-class A {
-}
+class A {}
-class B {
-}
+class B {}
main() {
var a = new A();

Powered by Google App Engine
This is Rietveld 408576698