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

Unified Diff: tests/language_strong/built_in_identifier_prefix_library_operator.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_operator.dart
diff --git a/tests/language_strong/built_in_identifier_prefix_library_operator.dart b/tests/language_strong/built_in_identifier_prefix_library_operator.dart
index 8c43373e12ea071ba536b3d382cb4dcd2049d2ac..d64f0b8364b551985f7ecd220523f1df2b918e76 100644
--- a/tests/language_strong/built_in_identifier_prefix_library_operator.dart
+++ b/tests/language_strong/built_in_identifier_prefix_library_operator.dart
@@ -4,11 +4,8 @@
library operator;
-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