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

Unified Diff: sdk/lib/vmservice/running_isolates.dart

Issue 2754013002: Format all dart: library files (Closed)
Patch Set: Format all dart: library files Created 3 years, 9 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
« no previous file with comments | « sdk/lib/vmservice/message.dart ('k') | sdk/lib/vmservice/vmservice.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/vmservice/running_isolates.dart
diff --git a/sdk/lib/vmservice/running_isolates.dart b/sdk/lib/vmservice/running_isolates.dart
index 1a5ed06327160dc12c38d60ce465896c4a8b6a21..daf4442c3160e8b09f45eb30c64b820f8fe8c905 100644
--- a/sdk/lib/vmservice/running_isolates.dart
+++ b/sdk/lib/vmservice/running_isolates.dart
@@ -50,9 +50,9 @@ class RunningIsolates implements MessageRouter {
// There is some chance that this isolate may have lived before,
// so return a sentinel rather than an error.
var result = {
- 'type' : 'Sentinel',
- 'kind' : 'Collected',
- 'valueAsString' : '<collected>',
+ 'type': 'Sentinel',
+ 'kind': 'Collected',
+ 'valueAsString': '<collected>',
};
message.setResponse(encodeResult(message, result));
return message.response;
« no previous file with comments | « sdk/lib/vmservice/message.dart ('k') | sdk/lib/vmservice/vmservice.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698