Index: tests/isolate/issue_21398_child_isolate.dart |
diff --git a/tests/isolate/issue_21398_child_isolate.dart b/tests/isolate/issue_21398_child_isolate.dart |
index 2d7b23cfdcb42cad5818d44a216902c61c242309..c35fcb20b00d20c23a658b73ab7ad9c4b33ad9ab 100644 |
--- a/tests/isolate/issue_21398_child_isolate.dart |
+++ b/tests/isolate/issue_21398_child_isolate.dart |
@@ -13,7 +13,7 @@ main(List<String> args, message) { |
var sendPort = message; |
try { |
sendPort.send(new FromChildIsolate()); |
- } catch(error) { |
+ } catch (error) { |
Expect.isTrue(error is ArgumentError); |
sendPort.send("Invalid Argument(s)."); |
} |