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

Unified Diff: pkg/front_end/lib/src/fasta/builder/enum_builder.dart

Issue 2718113003: Run dartfmt on pkg/front_end/lib. (Closed)
Patch Set: Rerun after merging. Created 3 years, 10 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/lib/src/fasta/builder/enum_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/enum_builder.dart b/pkg/front_end/lib/src/fasta/builder/enum_builder.dart
index eca03a28b162520545c1ee46c023be05f505e920..a98b0cc5835b133d3cf6244a5feb41c1205054f0 100644
--- a/pkg/front_end/lib/src/fasta/builder/enum_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/enum_builder.dart
@@ -4,9 +4,7 @@
library fasta.enum_builder;
-import 'builder.dart' show
- ClassBuilder,
- TypeBuilder;
+import 'builder.dart' show ClassBuilder, TypeBuilder;
abstract class EnumBuilder<T extends TypeBuilder, R>
implements ClassBuilder<T, R> {
« no previous file with comments | « pkg/front_end/lib/src/fasta/builder/dynamic_type_builder.dart ('k') | pkg/front_end/lib/src/fasta/builder/field_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698