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

Unified Diff: pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.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
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/kernel/kernel_formal_parameter_builder.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/analyzer/compile_platform_dartk.dart
diff --git a/pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart b/pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart
index a7fa55eb990065f4e67cb3997e170f7fecea3fa6..32432265e3a36378f7c5834662da5e4671c9039d 100644
--- a/pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart
+++ b/pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart
@@ -109,7 +109,8 @@ mainEntryPoint(List<String> arguments) async {
isStatic: true,
isConst: true,
initializer: literal,
- fileUri: "${new Uri.file(source.fullName)}")..fileOffset = offset);
+ fileUri: "${new Uri.file(source.fullName)}")
+ ..fileOffset = offset);
}
}
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/kernel/kernel_formal_parameter_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698