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

Unified Diff: pkg/front_end/lib/src/fasta/kernel/verifier.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/kernel/verifier.dart
diff --git a/pkg/front_end/lib/src/fasta/kernel/verifier.dart b/pkg/front_end/lib/src/fasta/kernel/verifier.dart
index 7a0c16c0c2d5e8b26a66616bdfc8f90423f91386..a38a15dc30fd81c69ab849683ae8dcf2cc4e94cf 100644
--- a/pkg/front_end/lib/src/fasta/kernel/verifier.dart
+++ b/pkg/front_end/lib/src/fasta/kernel/verifier.dart
@@ -4,15 +4,11 @@
library fasta.verifier;
-import 'package:kernel/ast.dart' show
- ExpressionStatement,
- Program;
+import 'package:kernel/ast.dart' show ExpressionStatement, Program;
-import 'package:kernel/verifier.dart' show
- VerifyingVisitor;
+import 'package:kernel/verifier.dart' show VerifyingVisitor;
-import 'redirecting_factory_body.dart' show
- RedirectingFactoryBody;
+import 'redirecting_factory_body.dart' show RedirectingFactoryBody;
void verifyProgram(Program program, {bool isOutline: false}) {
program.accept(new FastaVerifyingVisitor(isOutline));
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/redirecting_factory_body.dart ('k') | pkg/front_end/lib/src/fasta/loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698