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

Unified Diff: tests/language/built_in_identifier_prefix_library_typedef.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/built_in_identifier_prefix_library_typedef.dart
diff --git a/tests/language/built_in_identifier_prefix_library_typedef.dart b/tests/language/built_in_identifier_prefix_library_typedef.dart
index 88ee7c1b27a5a2063d345caa46d9ed2264296935..c27c96c1d938339f8808ecdd5b1863c98023f256 100644
--- a/tests/language/built_in_identifier_prefix_library_typedef.dart
+++ b/tests/language/built_in_identifier_prefix_library_typedef.dart
@@ -4,11 +4,8 @@
library typedef;
-class A {
-}
+class A {}
-class B<T> {
-}
+class B<T> {}
-class C<T, S> {
-}
+class C<T, S> {}

Powered by Google App Engine
This is Rietveld 408576698