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

Unified Diff: runtime/bin/vmservice/server.dart

Issue 2829463003: Format all remaining unformatted runtime files other than multitests. (Closed)
Patch Set: 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
« no previous file with comments | « runtime/bin/vmservice/loader.dart ('k') | runtime/observatory/lib/src/elements/allocation_profile.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/server.dart
diff --git a/runtime/bin/vmservice/server.dart b/runtime/bin/vmservice/server.dart
index a0446ad222a02f5e3ac7489f510a44acbff88931..4ae3d1a47a92bacaa9b300fe0c97e3b2c8dc96f7 100644
--- a/runtime/bin/vmservice/server.dart
+++ b/runtime/bin/vmservice/server.dart
@@ -361,7 +361,7 @@ class Server {
serverPrint("Observatory server failed to start after $attempts tries");
if (attempts > maxAttempts) {
serverPrint('Could not start Observatory HTTP server:\n'
- '$pollError\n$pollStack\n');
+ '$pollError\n$pollStack\n');
_notifyServerState("");
onServerAddressChange(null);
return this;
« no previous file with comments | « runtime/bin/vmservice/loader.dart ('k') | runtime/observatory/lib/src/elements/allocation_profile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698