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

Unified Diff: tests/lib_strong/mirrors/superclass_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/lib_strong/mirrors/superclass_test.dart
diff --git a/tests/lib_strong/mirrors/superclass_test.dart b/tests/lib_strong/mirrors/superclass_test.dart
index a558c9daa9f1a1b2a4862541f574fb08d6d24f13..ad571beaa5371fb93cb0c6bc8e613334d81e28d1 100644
--- a/tests/lib_strong/mirrors/superclass_test.dart
+++ b/tests/lib_strong/mirrors/superclass_test.dart
@@ -7,8 +7,7 @@ library test.superclass;
import 'dart:mirrors';
import 'package:expect/expect.dart';
-class MyClass {
-}
+class MyClass {}
main() {
var cls = reflectClass(MyClass);

Powered by Google App Engine
This is Rietveld 408576698