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

Unified Diff: tests/language/built_in_identifier_prefix_library_library.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_library.dart
diff --git a/tests/language/built_in_identifier_prefix_library_library.dart b/tests/language/built_in_identifier_prefix_library_library.dart
index b77ed20f89f6aaa8b7fa279d65a9c10498d19b4b..6565cece8f0e3d913d28064503dccb1203a81019 100644
--- a/tests/language/built_in_identifier_prefix_library_library.dart
+++ b/tests/language/built_in_identifier_prefix_library_library.dart
@@ -4,11 +4,8 @@
library library;
-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