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

Unified Diff: tests/language/built_in_identifier_prefix_library_part.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_part.dart
diff --git a/tests/language/built_in_identifier_prefix_library_part.dart b/tests/language/built_in_identifier_prefix_library_part.dart
index 04276aa9b9642c2c6578ee11c50743186f6106b2..2193a4584ae7968602d57d964248aacdc112d80f 100644
--- a/tests/language/built_in_identifier_prefix_library_part.dart
+++ b/tests/language/built_in_identifier_prefix_library_part.dart
@@ -4,11 +4,8 @@
library part;
-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