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

Unified Diff: tests/language/built_in_identifier_prefix_library_abstract.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_abstract.dart
diff --git a/tests/language/built_in_identifier_prefix_library_abstract.dart b/tests/language/built_in_identifier_prefix_library_abstract.dart
index 01018c21f9796a6edfd2a8e7304f4db4e55d416b..cdcabb4ff188fa156234e1a561a13725cb6d08a0 100644
--- a/tests/language/built_in_identifier_prefix_library_abstract.dart
+++ b/tests/language/built_in_identifier_prefix_library_abstract.dart
@@ -4,11 +4,8 @@
library abstract;
-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