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

Unified Diff: pkg/front_end/lib/src/fasta/import.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
« no previous file with comments | « pkg/front_end/lib/src/fasta/export.dart ('k') | pkg/front_end/lib/src/fasta/kernel/body_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/import.dart
diff --git a/pkg/front_end/lib/src/fasta/import.dart b/pkg/front_end/lib/src/fasta/import.dart
index 4b873d9f51af7919c9ef223b0479eec841b48448..6ad4f06157229ff4f4f8f5917a504986fad5405c 100644
--- a/pkg/front_end/lib/src/fasta/import.dart
+++ b/pkg/front_end/lib/src/fasta/import.dart
@@ -4,13 +4,9 @@
library fasta.import;
-import 'builder/builder.dart' show
- Builder,
- LibraryBuilder,
- PrefixBuilder;
+import 'builder/builder.dart' show Builder, LibraryBuilder, PrefixBuilder;
-import 'combinator.dart' show
- Combinator;
+import 'combinator.dart' show Combinator;
typedef void AddToScope(String name, Builder member);
« no previous file with comments | « pkg/front_end/lib/src/fasta/export.dart ('k') | pkg/front_end/lib/src/fasta/kernel/body_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698