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

Unified Diff: tests/lib_strong/mirrors/raw_type_test.dart

Issue 2768073002: Format all multitests (Closed)
Patch Set: Created 3 years, 9 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/raw_type_test.dart
diff --git a/tests/lib_strong/mirrors/raw_type_test.dart b/tests/lib_strong/mirrors/raw_type_test.dart
index 911a8afec295e7baeea01c8d1c939de9fdde4e77..3bd498210499c23e14fc0543a6da1f9c8848fca0 100644
--- a/tests/lib_strong/mirrors/raw_type_test.dart
+++ b/tests/lib_strong/mirrors/raw_type_test.dart
@@ -6,11 +6,9 @@ import 'dart:mirrors';
import 'package:expect/expect.dart';
-class Foo<T> {
-}
+class Foo<T> {}
-class Bar<T> extends Foo<T> {
-}
+class Bar<T> extends Foo<T> {}
main() {
var fooType = reflectType(Foo);

Powered by Google App Engine
This is Rietveld 408576698