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

Unified Diff: runtime/observatory/lib/src/models/objects/notification.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/models/objects/notification.dart
diff --git a/runtime/observatory/lib/src/models/objects/notification.dart b/runtime/observatory/lib/src/models/objects/notification.dart
index d0d922466c465561375471c1478c55c4391b5906..1f46766ceed710aa7622e611a6e97b679a780620 100644
--- a/runtime/observatory/lib/src/models/objects/notification.dart
+++ b/runtime/observatory/lib/src/models/objects/notification.dart
@@ -6,12 +6,13 @@ part of models;
abstract class Notification {}
-abstract class ExceptionNotification implements Notification{
+abstract class ExceptionNotification implements Notification {
get exception;
+
/// [optional]
StackTrace get stacktrace;
}
-abstract class EventNotification implements Notification{
+abstract class EventNotification implements Notification {
Event get event;
}
« no previous file with comments | « runtime/observatory/lib/src/models/objects/library.dart ('k') | runtime/observatory/lib/src/models/objects/objectpool.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698