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

Unified Diff: tests/language/generic_function_typedef_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_function_typedef_test.dart
diff --git a/tests/language/generic_function_typedef_test.dart b/tests/language/generic_function_typedef_test.dart
index eb8fb183d0d5cc8f5793cb8c6ad5149daea9cdf9..49aae1c1ee55c4ff509c128598320034fcafc44b 100644
--- a/tests/language/generic_function_typedef_test.dart
+++ b/tests/language/generic_function_typedef_test.dart
@@ -5,8 +5,7 @@
import "package:expect/expect.dart";
-class A {
-}
+class A {}
typedef F<T> = Function<S>(List<S> list, Function<A>(A), T);

Powered by Google App Engine
This is Rietveld 408576698