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

Unified Diff: pkg/compiler/tool/dart2js_stress.dart

Issue 2746333008: Run dartfmt on dart2js codebase. (Closed)
Patch Set: 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/compiler/tool/dart2js_stress.dart
diff --git a/pkg/compiler/tool/dart2js_stress.dart b/pkg/compiler/tool/dart2js_stress.dart
index d699e2b9149b91fe4602212bb1676c940651844e..83279648bb5d323dbb00f5421f2d618ffd88d995 100644
--- a/pkg/compiler/tool/dart2js_stress.dart
+++ b/pkg/compiler/tool/dart2js_stress.dart
@@ -21,9 +21,12 @@ void main(List<String> args) {
"Use '$ITERATIONS_FLAG_PREFIX<count>' to set a repetition count"
" (as first flag).");
}
- args = ["--suppress-warnings", "--suppress-hints", "--library-root="
- "${Platform.script.resolve('../../../sdk').toFilePath()}"]
- ..addAll(args);
+ args = [
+ "--suppress-warnings",
+ "--suppress-hints",
+ "--library-root="
+ "${Platform.script.resolve('../../../sdk').toFilePath()}"
+ ]..addAll(args);
void iterate() {
count++;
sw.reset();

Powered by Google App Engine
This is Rietveld 408576698