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

Unified Diff: tests/lib/mirrors/unmangled_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/lib/mirrors/unmangled_type_test.dart
diff --git a/tests/lib/mirrors/unmangled_type_test.dart b/tests/lib/mirrors/unmangled_type_test.dart
index 835adcdf0a516cab7a0ac40215f3d04fba730a19..ef7d9fb8966b1e5e0bafe64322b18d2a74678cc0 100644
--- a/tests/lib/mirrors/unmangled_type_test.dart
+++ b/tests/lib/mirrors/unmangled_type_test.dart
@@ -9,8 +9,7 @@ import 'dart:mirrors';
import 'package:expect/expect.dart';
-class Foo {
-}
+class Foo {}
main() {
Expect.stringEquals('Foo', '${new Foo().runtimeType}');

Powered by Google App Engine
This is Rietveld 408576698