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

Unified Diff: tests/isolate/issue_24243_child3_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_child3_isolate.dart
diff --git a/tests/isolate/issue_24243_child3_isolate.dart b/tests/isolate/issue_24243_child3_isolate.dart
index 9667a913749de242b73e93032b58249b80b545ea..e45930ce50888471fd8aa43230cd1d9479adfba2 100644
--- a/tests/isolate/issue_24243_child3_isolate.dart
+++ b/tests/isolate/issue_24243_child3_isolate.dart
@@ -22,9 +22,9 @@ main(List<String> args, message) {
map2[9] = 'nine';
var map = new Map<int, LinkedHashMap<int, String>>.from(
- { 0:map0, 1:map1, 2:map2 });
+ {0: map0, 1: map1, 2: map2});
sendPort.send(map);
- } catch(error) {
+ } catch (error) {
sendPort.send("Invalid Argument(s).");
}
}

Powered by Google App Engine
This is Rietveld 408576698