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

Unified Diff: pkg/front_end/testcases/rasta/super_mixin.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/super_mixin.dart
diff --git a/pkg/front_end/testcases/rasta/super_mixin.dart b/pkg/front_end/testcases/rasta/super_mixin.dart
index a00e829f82ee8f7bb74120a08aecf9eeb67ad348..913db8e74b97f10ca5b4bcbfad1370c0464f96d2 100644
--- a/pkg/front_end/testcases/rasta/super_mixin.dart
+++ b/pkg/front_end/testcases/rasta/super_mixin.dart
@@ -9,11 +9,9 @@ class Super<S> {
f() => 3;
}
-class C<V> extends Super<V> with Mixin<V> {
-}
+class C<V> extends Super<V> with Mixin<V> {}
-class D extends Super with Mixin {
-}
+class D extends Super with Mixin {}
class C2<V> = Super<V> with Mixin<V>;
« no previous file with comments | « pkg/front_end/testcases/rasta/super_initializer.dart ('k') | pkg/front_end/testcases/rasta/super_operator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698