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

Unified Diff: pkg/front_end/lib/src/fasta/builder/type_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/type_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/type_builder.dart b/pkg/front_end/lib/src/fasta/builder/type_builder.dart
index 0421ff2b27cf7fc87e2ed517ad4d3d297b43c6b4..4a913217e7248a7bac525f395941c2b8135b79b7 100644
--- a/pkg/front_end/lib/src/fasta/builder/type_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/type_builder.dart
@@ -4,18 +4,13 @@
library fasta.type_builder;
-import 'builder.dart' show
- Builder,
- TypeDeclarationBuilder,
- TypeVariableBuilder;
+import 'builder.dart' show Builder, TypeDeclarationBuilder, TypeVariableBuilder;
-import 'scope.dart' show
- Scope;
+import 'scope.dart' show Scope;
// TODO(ahe): Make const class.
abstract class TypeBuilder extends Builder {
- TypeBuilder(int charOffset, Uri fileUri)
- : super(null, charOffset, fileUri);
+ TypeBuilder(int charOffset, Uri fileUri) : super(null, charOffset, fileUri);
void resolveIn(Scope scope);
« no previous file with comments | « pkg/front_end/lib/src/fasta/builder/scope.dart ('k') | pkg/front_end/lib/src/fasta/builder/type_declaration_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698