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

Unified Diff: pkg/front_end/testcases/rasta/type_literals.dart

Issue 2820323005: Run formatter on a few frontend and kernel files that hadn't been formatted. (Closed)
Patch Set: Run formatter on a few frontend and kernel files that hadn't been formatted. 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: pkg/front_end/testcases/rasta/type_literals.dart
diff --git a/pkg/front_end/testcases/rasta/type_literals.dart b/pkg/front_end/testcases/rasta/type_literals.dart
index b3302c7e0f72582fc42eebc5b19bc2bae5390e43..2d8fc2310945cb80caafa2a96fe583a4dfd091f9 100644
--- a/pkg/front_end/testcases/rasta/type_literals.dart
+++ b/pkg/front_end/testcases/rasta/type_literals.dart
@@ -89,14 +89,14 @@ class C<T> {
Func += 42;
use(Func += 42);
- C-= 42;
- use(C-= 42);
- dynamic-= 42;
- use(dynamic-= 42);
- T-= 42;
- use(T-= 42);
- Func-= 42;
- use(Func-= 42);
+ C -= 42;
+ use(C -= 42);
+ dynamic -= 42;
+ use(dynamic -= 42);
+ T -= 42;
+ use(T -= 42);
+ Func -= 42;
+ use(Func -= 42);
}
}
« no previous file with comments | « pkg/front_end/testcases/rasta/switch_fall_through.dart ('k') | pkg/front_end/testcases/redirecting_constructor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698