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

Unified Diff: tests/language_strong/built_in_identifier_prefix_library_implements.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_strong/built_in_identifier_prefix_library_implements.dart
diff --git a/tests/language_strong/built_in_identifier_prefix_library_implements.dart b/tests/language_strong/built_in_identifier_prefix_library_implements.dart
index f492b5582366f9ad9a9420985875c1dbf0b9f3c4..c7ab2cecd87c1c681dcd92c4ebfa8ad84bea7398 100644
--- a/tests/language_strong/built_in_identifier_prefix_library_implements.dart
+++ b/tests/language_strong/built_in_identifier_prefix_library_implements.dart
@@ -4,11 +4,8 @@
library implements;
-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