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

Unified Diff: pkg/front_end/lib/src/fasta/parser/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/parser/error_kind.dart ('k') | pkg/front_end/lib/src/fasta/parser/main.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/parser/listener.dart
diff --git a/pkg/front_end/lib/src/fasta/parser/listener.dart b/pkg/front_end/lib/src/fasta/parser/listener.dart
index 7f675d0793bd1b7edbf965415abfec625b1b18be..d489a1b0eeaf5f4c7dc09f4d12ba627157d3c939 100644
--- a/pkg/front_end/lib/src/fasta/parser/listener.dart
+++ b/pkg/front_end/lib/src/fasta/parser/listener.dart
@@ -164,8 +164,8 @@ class Listener {
void beginFormalParameter(Token token) {}
- void endFormalParameter(Token covariantKeyword, Token thisKeyword,
- FormalParameterType kind) {
+ void endFormalParameter(
+ Token covariantKeyword, Token thisKeyword, FormalParameterType kind) {
logEvent("FormalParameter");
}
@@ -746,8 +746,8 @@ class Listener {
/// - parameter name (simple identifier)
/// - type parameters
/// - formal parameters
- void endFunctionTypedFormalParameter(Token covariantKeyword, Token thisKeyword,
- FormalParameterType kind) {
+ void endFunctionTypedFormalParameter(
+ Token covariantKeyword, Token thisKeyword, FormalParameterType kind) {
logEvent("FunctionTypedFormalParameter");
}
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser/error_kind.dart ('k') | pkg/front_end/lib/src/fasta/parser/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698