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

Unified Diff: pkg/front_end/testcases/rasta/duplicated_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/duplicated_mixin.dart
diff --git a/pkg/front_end/testcases/rasta/duplicated_mixin.dart b/pkg/front_end/testcases/rasta/duplicated_mixin.dart
index 08368cfe449dab0e4c25587c302575b44ea83f57..09c9107597396291c9dd155228364dda989d8187 100644
--- a/pkg/front_end/testcases/rasta/duplicated_mixin.dart
+++ b/pkg/front_end/testcases/rasta/duplicated_mixin.dart
@@ -6,5 +6,4 @@ class Mixin {
var field;
}
-class A extends Object with Mixin, Mixin {
-}
+class A extends Object with Mixin, Mixin {}
« no previous file with comments | « pkg/front_end/testcases/rasta/class_hierarchy.dart ('k') | pkg/front_end/testcases/rasta/external_factory_redirection.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698