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

Unified Diff: tests/lib/mirrors/intercepted_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/intercepted_superclass_test.dart
diff --git a/tests/lib/mirrors/intercepted_superclass_test.dart b/tests/lib/mirrors/intercepted_superclass_test.dart
index f683f6447a172e30ef75a5df0bcb580bc9301bf0..a7f48581865ee30953c775b88d2629a8866cf936 100644
--- a/tests/lib/mirrors/intercepted_superclass_test.dart
+++ b/tests/lib/mirrors/intercepted_superclass_test.dart
@@ -7,7 +7,7 @@ library test.intercepted_superclass_test;
import 'dart:mirrors';
import 'package:expect/expect.dart';
-check(ClassMirror cm){
+check(ClassMirror cm) {
Expect.isTrue(cm is ClassMirror);
Expect.isNotNull(cm);
}

Powered by Google App Engine
This is Rietveld 408576698