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

Unified Diff: pkg/testing/lib/testing.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/zone_helper.dart ('k') | pkg/typed_mock/lib/typed_mock.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/testing/lib/testing.dart
diff --git a/pkg/testing/lib/testing.dart b/pkg/testing/lib/testing.dart
index 6145d6b02685888b7aff6a48ec7e4d6d5396651a..3934ef105bf228a72aca84cba2b23a1da07a2510 100644
--- a/pkg/testing/lib/testing.dart
+++ b/pkg/testing/lib/testing.dart
@@ -4,26 +4,16 @@
library testing;
-export 'dart:async' show
- Future;
+export 'dart:async' show Future;
export 'src/discover.dart';
export 'src/test_description.dart';
-export 'src/chain.dart' show
- Chain,
- ChainContext,
- Result,
- Step;
+export 'src/chain.dart' show Chain, ChainContext, Result, Step;
-export 'src/stdio_process.dart' show
- StdioProcess;
+export 'src/stdio_process.dart' show StdioProcess;
-export 'src/run.dart' show
- run,
- runMe;
+export 'src/run.dart' show run, runMe;
-export 'src/expectation.dart' show
- Expectation,
- ExpectationSet;
+export 'src/expectation.dart' show Expectation, ExpectationSet;
« no previous file with comments | « pkg/testing/lib/src/zone_helper.dart ('k') | pkg/typed_mock/lib/typed_mock.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698