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

Unified Diff: tests/lib/async/future_value_chain_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files 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
Index: tests/lib/async/future_value_chain_test.dart
diff --git a/tests/lib/async/future_value_chain_test.dart b/tests/lib/async/future_value_chain_test.dart
index 3cec185dbbda7c14ade2565239b7b7c80db105b7..895f6ce347f7369c35a7bc3f6365ff78836bde7b 100644
--- a/tests/lib/async/future_value_chain_test.dart
+++ b/tests/lib/async/future_value_chain_test.dart
@@ -6,7 +6,6 @@ import 'package:async_helper/async_helper.dart';
import "package:expect/expect.dart";
import 'dart:async';
-
main() {
asyncStart();
var errorFuture = new Future.error(499);

Powered by Google App Engine
This is Rietveld 408576698