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

Unified Diff: pkg/front_end/lib/src/fasta/kernel/kernel_formal_parameter_builder.dart

Issue 2820323005: Run formatter on a few frontend and kernel files that hadn't been formatted. (Closed)
Patch Set: Run formatter on a few frontend and kernel files that hadn't been formatted. Created 3 years, 8 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/kernel_formal_parameter_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/kernel/kernel_formal_parameter_builder.dart b/pkg/front_end/lib/src/fasta/kernel/kernel_formal_parameter_builder.dart
index f7cb56094f117a27bef4fb26ae297db8e68ba14b..51ed06a757a19f07d7b6d4c78350bbdf4ae20ba0 100644
--- a/pkg/front_end/lib/src/fasta/kernel/kernel_formal_parameter_builder.dart
+++ b/pkg/front_end/lib/src/fasta/kernel/kernel_formal_parameter_builder.dart
@@ -34,7 +34,8 @@ class KernelFormalParameterBuilder
return declaration ??= new VariableDeclaration(name,
type: type?.build(library) ?? const DynamicType(),
isFinal: isFinal,
- isConst: isConst)..fileOffset = charOffset;
+ isConst: isConst)
+ ..fileOffset = charOffset;
}
VariableDeclaration get target => declaration;
« no previous file with comments | « pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart ('k') | pkg/front_end/test/scanner_replacement_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698