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

Unified Diff: pkg/analysis_server/benchmark/integration/local_runner.dart

Issue 2753923003: Format all analyzer packages
Patch Set: Format all analyzer packages Created 3 years, 9 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/analysis_server/benchmark/integration/local_runner.dart
diff --git a/pkg/analysis_server/benchmark/integration/local_runner.dart b/pkg/analysis_server/benchmark/integration/local_runner.dart
index c355ed82166b8fbac23ab4b3a3278ebd00b266a4..28ef5bb913681a73d1eadcadd284c8ce6fb5a165 100644
--- a/pkg/analysis_server/benchmark/integration/local_runner.dart
+++ b/pkg/analysis_server/benchmark/integration/local_runner.dart
@@ -59,7 +59,10 @@ main(List<String> args) {
/*
* Collect arguments
*/
- var perfArgs = ['-i${inputFile.path}', '-t$tmpSrcDirPath',];
+ var perfArgs = [
+ '-i${inputFile.path}',
+ '-t$tmpSrcDirPath',
+ ];
for (int index = 3; index < args.length; ++index) {
perfArgs.add(args[index].replaceAll('@tmpSrcDir@', tmpSrcDirPath));
}

Powered by Google App Engine
This is Rietveld 408576698