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

Unified Diff: tests/isolate/issue_21398_child_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_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).");
}

Powered by Google App Engine
This is Rietveld 408576698