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

Unified Diff: tools/testing/dart/package_testing_support.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/http_server.dart ('k') | tools/testing/dart/reset_safari.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/package_testing_support.dart
diff --git a/tools/testing/dart/package_testing_support.dart b/tools/testing/dart/package_testing_support.dart
index 66ad3514c835fe77babb949dcbac4bc5167dac53..4795d6945275479fe793ad5494edddfd3d24a8d8 100644
--- a/tools/testing/dart/package_testing_support.dart
+++ b/tools/testing/dart/package_testing_support.dart
@@ -4,17 +4,13 @@
library package_testing_support;
-import 'dart:convert' show
- JSON;
+import 'dart:convert' show JSON;
-import 'test_configurations.dart' show
- testConfigurations;
+import 'test_configurations.dart' show testConfigurations;
-import 'test_options.dart' show
- TestOptionsParser;
+import 'test_options.dart' show TestOptionsParser;
-import 'test_suite.dart' show
- TestUtils;
+import 'test_suite.dart' show TestUtils;
main(List<String> arguments) {
TestUtils.setDartDirUri(Uri.base);
« no previous file with comments | « tools/testing/dart/http_server.dart ('k') | tools/testing/dart/reset_safari.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698