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

Unified Diff: tests/isolate/issue_24243_child1_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/issue_24243_child1_isolate.dart
diff --git a/tests/isolate/issue_24243_child1_isolate.dart b/tests/isolate/issue_24243_child1_isolate.dart
index 950f12303cd827a6a65bdaf31d7adacd823bf38a..4565cd165ce0dc02b1add3d8a97b182366af615e 100644
--- a/tests/isolate/issue_24243_child1_isolate.dart
+++ b/tests/isolate/issue_24243_child1_isolate.dart
@@ -12,7 +12,7 @@ main(List<String> args, message) {
var list2 = <int>[7, 8, 9];
var list = new List<List<int>>.from([list0, list1, list2]);
sendPort.send(list);
- } catch(error) {
+ } catch (error) {
sendPort.send("Invalid Argument(s).");
}
}

Powered by Google App Engine
This is Rietveld 408576698