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

Unified Diff: pkg/front_end/lib/src/fasta/target_implementation.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/target.dart ('k') | pkg/front_end/lib/src/fasta/testing/kernel_chain.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/target_implementation.dart
diff --git a/pkg/front_end/lib/src/fasta/target_implementation.dart b/pkg/front_end/lib/src/fasta/target_implementation.dart
index 8d036bf3c1dd0bc8aa326729c55b39ee5c02fa9f..a2adbcea8ab4d2a6b87016b85197b9579716e749 100644
--- a/pkg/front_end/lib/src/fasta/target_implementation.dart
+++ b/pkg/front_end/lib/src/fasta/target_implementation.dart
@@ -4,25 +4,17 @@
library fasta.target_implementation;
-import 'package:kernel/target/vm.dart' show
- VmTarget;
+import 'package:kernel/target/vm.dart' show VmTarget;
-import 'builder/builder.dart' show
- Builder,
- ClassBuilder,
- LibraryBuilder;
+import 'builder/builder.dart' show Builder, ClassBuilder, LibraryBuilder;
-import 'loader.dart' show
- Loader;
+import 'loader.dart' show Loader;
-import 'target.dart' show
- Target;
+import 'target.dart' show Target;
-import 'ticker.dart' show
- Ticker;
+import 'ticker.dart' show Ticker;
-import 'translate_uri.dart' show
- TranslateUri;
+import 'translate_uri.dart' show TranslateUri;
/// Provides the implementation details used by a loader for a target.
abstract class TargetImplementation extends Target {
@@ -30,8 +22,7 @@ abstract class TargetImplementation extends Target {
Builder cachedCompileTimeError;
Builder cachedNativeAnnotation;
- TargetImplementation(Ticker ticker, this.uriTranslator)
- : super(ticker);
+ TargetImplementation(Ticker ticker, this.uriTranslator) : super(ticker);
/// Creates a [LibraryBuilder] corresponding to [uri], if one doesn't exist
/// already.
« no previous file with comments | « pkg/front_end/lib/src/fasta/target.dart ('k') | pkg/front_end/lib/src/fasta/testing/kernel_chain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698