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

Unified Diff: pkg/front_end/lib/src/fasta/loader.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/kernel/verifier.dart ('k') | pkg/front_end/lib/src/fasta/messages.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/loader.dart
diff --git a/pkg/front_end/lib/src/fasta/loader.dart b/pkg/front_end/lib/src/fasta/loader.dart
index a96d3b5b75929495c9ff5ffdab86502b7a117902..14a8b0c321d281b52b8d2e2e7b44e48e2eec47f2 100644
--- a/pkg/front_end/lib/src/fasta/loader.dart
+++ b/pkg/front_end/lib/src/fasta/loader.dart
@@ -4,28 +4,19 @@
library fasta.loader;
-import 'dart:async' show
- Future;
+import 'dart:async' show Future;
-import 'dart:collection' show
- Queue;
+import 'dart:collection' show Queue;
-import 'ast_kind.dart' show
- AstKind;
+import 'ast_kind.dart' show AstKind;
-import 'builder/builder.dart' show
- Builder,
- LibraryBuilder;
+import 'builder/builder.dart' show Builder, LibraryBuilder;
-import 'errors.dart' show
- InputError,
- firstSourceUri;
+import 'errors.dart' show InputError, firstSourceUri;
-import 'target_implementation.dart' show
- TargetImplementation;
+import 'target_implementation.dart' show TargetImplementation;
-import 'ticker.dart' show
- Ticker;
+import 'ticker.dart' show Ticker;
abstract class Loader<L> {
final Map<Uri, LibraryBuilder> builders = <Uri, LibraryBuilder>{};
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/verifier.dart ('k') | pkg/front_end/lib/src/fasta/messages.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698