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

Unified Diff: tests/language/generic_instanceof5_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/language/generic_instanceof5_test.dart
diff --git a/tests/language/generic_instanceof5_test.dart b/tests/language/generic_instanceof5_test.dart
index 97fc11a52baafa777e0fe86ca96df5d7527430b9..5df4087d3ceaf0e71182dc36e0a5093d5205011f 100644
--- a/tests/language/generic_instanceof5_test.dart
+++ b/tests/language/generic_instanceof5_test.dart
@@ -5,11 +5,9 @@
import "package:expect/expect.dart";
-class A {
-}
+class A {}
-class B<T, S> {
-}
+class B<T, S> {}
class C<U, V> extends A with B<V, U> {}
@@ -18,7 +16,7 @@ class D<T> {
// Avoid inlining.
if (new DateTime.now().millisecondsSinceEpoch == 42) foo(x);
return x is T;
- return true; // Avoid inlining.
+ return true; // Avoid inlining.
}
}

Powered by Google App Engine
This is Rietveld 408576698