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

Unified Diff: tests/lib/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/mirrors/superclass_test.dart
diff --git a/tests/lib/mirrors/superclass_test.dart b/tests/lib/mirrors/superclass_test.dart
index d732e96aac0da7f059ff7c1aafe4b50a08f8386d..5581b6ad56995616758a0b5e209a8ade8cf55bf2 100644
--- a/tests/lib/mirrors/superclass_test.dart
+++ b/tests/lib/mirrors/superclass_test.dart
@@ -8,8 +8,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