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

Unified Diff: runtime/observatory/lib/tracer.dart

Issue 1255273007: Nuke some whitespace in observatory (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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: runtime/observatory/lib/tracer.dart
diff --git a/runtime/observatory/lib/tracer.dart b/runtime/observatory/lib/tracer.dart
index 1453c3c0028672c9383204aea3c2df490888ce92..ffe08929f6fb22ef86cc1f7dbf854e9fe556fb77 100644
--- a/runtime/observatory/lib/tracer.dart
+++ b/runtime/observatory/lib/tracer.dart
@@ -60,7 +60,7 @@ class Tracer extends Observable {
_current = null;
}
}
-
+
// The tracer subscribes to all logging events.
StreamSubscription loggerSub = null;
@@ -93,5 +93,5 @@ class Tracer extends Observable {
var event = new TraceEvent.msg(_time.elapsedMicroseconds, message, map);
events.add(event);
return event;
- }
+ }
}
« no previous file with comments | « runtime/observatory/lib/src/debugger/debugger_location.dart ('k') | runtime/observatory/tests/service/capture_stdio_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698