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

Unified Diff: tests/isolate/spawn_uri_nested_child2_vm_isolate.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_nested_child2_vm_isolate.dart
diff --git a/tests/isolate/spawn_uri_nested_child2_vm_isolate.dart b/tests/isolate/spawn_uri_nested_child2_vm_isolate.dart
index d9b9b7e81db2c5923293afb03c2600f39d2b6b28..a6c90b8fcd213ac74b163a8d9ddbc99f1b5d83f0 100644
--- a/tests/isolate/spawn_uri_nested_child2_vm_isolate.dart
+++ b/tests/isolate/spawn_uri_nested_child2_vm_isolate.dart
@@ -4,6 +4,7 @@
// Child isolate code to be spawned from a URI to this file.
library NestedSpawnUriChild2Library;
+
import 'dart:isolate';
void main(List<String> args, SendPort replyTo) {

Powered by Google App Engine
This is Rietveld 408576698