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

Unified Diff: tools/testing/dart/co19_test.dart

Issue 2827793002: Format all files under tools and utils directory. (Closed)
Patch Set: Format all files under tools and utils directory. 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 | « tools/testing/dart/android.dart ('k') | tools/testing/dart/compiler_configuration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/co19_test.dart
diff --git a/tools/testing/dart/co19_test.dart b/tools/testing/dart/co19_test.dart
index 130db11af4563f0a5c74523587309f8073c83293..d847033dbb3067043c1c8bba8b0db27976b500a4 100644
--- a/tools/testing/dart/co19_test.dart
+++ b/tools/testing/dart/co19_test.dart
@@ -47,7 +47,13 @@ const List<List<String>> COMMAND_LINES = const <List<String>>[
'--use-sdk',
'--checked'
],
- const <String>['-mrelease', '-rdartium', '-cnone', '--use-sdk', '--fast-startup'],
+ const <String>[
+ '-mrelease',
+ '-rdartium',
+ '-cnone',
+ '--use-sdk',
+ '--fast-startup'
+ ],
const <String>['-mrelease', '-rdartium', '-cnone', '--use-sdk'],
];
« no previous file with comments | « tools/testing/dart/android.dart ('k') | tools/testing/dart/compiler_configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698