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

Unified Diff: pkg/front_end/lib/src/fasta/parser/dart_vm_native.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/parser/dart_vm_native.dart
diff --git a/pkg/front_end/lib/src/fasta/parser/dart_vm_native.dart b/pkg/front_end/lib/src/fasta/parser/dart_vm_native.dart
index c1f4d410ff64d1d4b1088d4168db51821f226dbb..bb805c9828991969006103fa254e8b32ed2ca31d 100644
--- a/pkg/front_end/lib/src/fasta/parser/dart_vm_native.dart
+++ b/pkg/front_end/lib/src/fasta/parser/dart_vm_native.dart
@@ -11,17 +11,13 @@
/// term and replace it with annotations as in `dart2js`.
library fasta.parser.dart_vm_native;
-import '../scanner/token.dart' show
- Token;
+import '../scanner/token.dart' show Token;
-import '../scanner/token_constants.dart' show
- STRING_TOKEN;
+import '../scanner/token_constants.dart' show STRING_TOKEN;
-import '../util/link.dart' show
- Link;
+import '../util/link.dart' show Link;
-import 'parser.dart' show
- optional;
+import 'parser.dart' show optional;
/// When parsing a Dart VM library file, we may encounter a native clause
/// instead of a function body. This method skips such a clause.
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser/class_member_parser.dart ('k') | pkg/front_end/lib/src/fasta/parser/error_kind.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698