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

Unified Diff: tests/language/built_in_identifier_prefix_library_as.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_as.dart
diff --git a/tests/language/built_in_identifier_prefix_library_as.dart b/tests/language/built_in_identifier_prefix_library_as.dart
index 96ce332ddd63f6edc5193585fe6bd3d4d7094da6..6e5a581284ea38028f53ee10f111a90b3634cfdc 100644
--- a/tests/language/built_in_identifier_prefix_library_as.dart
+++ b/tests/language/built_in_identifier_prefix_library_as.dart
@@ -4,11 +4,8 @@
library as;
-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