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

Unified Diff: pkg/front_end/lib/src/fasta/source/unhandled_listener.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/source/stack_listener.dart ('k') | pkg/front_end/lib/src/fasta/target.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/source/unhandled_listener.dart
diff --git a/pkg/front_end/lib/src/fasta/source/unhandled_listener.dart b/pkg/front_end/lib/src/fasta/source/unhandled_listener.dart
index 542c31b5c2697e8ab4717f19aea039c554bfcfc6..500305cf98d2c5cba603f99018c47345a5acc6f6 100644
--- a/pkg/front_end/lib/src/fasta/source/unhandled_listener.dart
+++ b/pkg/front_end/lib/src/fasta/source/unhandled_listener.dart
@@ -4,15 +4,11 @@
library fasta.unhandled_listener;
-import 'package:front_end/src/fasta/scanner/token.dart' show
- Token;
+import 'package:front_end/src/fasta/scanner/token.dart' show Token;
-import 'stack_listener.dart' show
- NullValue,
- StackListener;
+import 'stack_listener.dart' show NullValue, StackListener;
-export 'stack_listener.dart' show
- NullValue;
+export 'stack_listener.dart' show NullValue;
// TODO(ahe): Get rid of this.
enum Unhandled {
@@ -39,7 +35,7 @@ abstract class UnhandledListener extends StackListener {
void endConditionalUri(Token ifKeyword, Token equalitySign) {
debugEvent("ConditionalUri");
pop(); // URI.
- popIfNotNull(equalitySign); // String.
+ popIfNotNull(equalitySign); // String.
pop(); // DottedName.
push(Unhandled.ConditionalUri);
}
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/stack_listener.dart ('k') | pkg/front_end/lib/src/fasta/target.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698