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

Unified Diff: tests/isolate/spawn_uri_missing_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/isolate/spawn_uri_missing_test.dart
diff --git a/tests/isolate/spawn_uri_missing_test.dart b/tests/isolate/spawn_uri_missing_test.dart
index f342fe216bddae80774a1b77b01a0e23978d857f..2bb507866e08f8db0829c84eee14fbbca74c2cac 100644
--- a/tests/isolate/spawn_uri_missing_test.dart
+++ b/tests/isolate/spawn_uri_missing_test.dart
@@ -15,7 +15,8 @@ import 'package:async_helper/async_helper.dart';
const UNEXPECTED_MESSAGE = 'Created isolate from missing file.';
Future doTest() {
- return Isolate.spawnUri(Uri.base.resolve('no_such_file'), [], null)
+ return Isolate
+ .spawnUri(Uri.base.resolve('no_such_file'), [], null)
.then((Isolate isolate) {
throw UNEXPECTED_MESSAGE;
}).catchError((error) {

Powered by Google App Engine
This is Rietveld 408576698