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

Unified Diff: runtime/observatory/lib/src/app/application.dart

Issue 2345023003: Use dartfmt on Observatory code (Closed)
Patch Set: merge Created 4 years, 3 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/src/app/application.dart
diff --git a/runtime/observatory/lib/src/app/application.dart b/runtime/observatory/lib/src/app/application.dart
index f847c231c98902a40125cfa8d0d8875b19a7b63b..977550f053d83b067842f4fd4fd501ccd7c93b6a 100644
--- a/runtime/observatory/lib/src/app/application.dart
+++ b/runtime/observatory/lib/src/app/application.dart
@@ -121,7 +121,6 @@ class ObservatoryApplication {
_loggingSubscription = null;
}
-
final ObservatoryApplicationElement rootElement;
ServiceObject lastErrorOrException;
@@ -138,6 +137,7 @@ class ObservatoryApplication {
void _deletePauseEvents(e) {
notifications.deletePauseEvents(isolate: e.isolate);
}
+
void _addNotification(M.Event e) {
notifications.add(new EventNotification(e));
}
@@ -284,5 +284,5 @@ class ObservatoryApplication {
}
// This map keeps track of which curly-blocks have been expanded by the user.
- Map<String,bool> expansions = {};
+ Map<String, bool> expansions = {};
}

Powered by Google App Engine
This is Rietveld 408576698