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

Unified Diff: pkg/testing/lib/src/error_handling.dart

Issue 2743423009: Run dartfmt on remaining unformated pkg packages (Closed)
Patch Set: Run dartfmt on remaining unformated pkg 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
« no previous file with comments | « pkg/testing/lib/src/discover.dart ('k') | pkg/testing/lib/src/expectation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/testing/lib/src/error_handling.dart
diff --git a/pkg/testing/lib/src/error_handling.dart b/pkg/testing/lib/src/error_handling.dart
index 325afed58adc909fe92d36df6e8c4c4241245221..b0f2bac4dce81c523d383cfee53c70737d4a8ff7 100644
--- a/pkg/testing/lib/src/error_handling.dart
+++ b/pkg/testing/lib/src/error_handling.dart
@@ -4,15 +4,11 @@
library testing.error_handling;
-import 'dart:async' show
- Future;
+import 'dart:async' show Future;
-import 'dart:io' show
- exitCode,
- stderr;
+import 'dart:io' show exitCode, stderr;
-import 'dart:isolate' show
- ReceivePort;
+import 'dart:isolate' show ReceivePort;
Future withErrorHandling(Future f()) async {
final ReceivePort port = new ReceivePort();
« no previous file with comments | « pkg/testing/lib/src/discover.dart ('k') | pkg/testing/lib/src/expectation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698