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

Unified Diff: runtime/observatory/lib/src/models/objects/isolate.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/isolate.dart
diff --git a/runtime/observatory/lib/src/models/objects/isolate.dart b/runtime/observatory/lib/src/models/objects/isolate.dart
index 9b348288a73f45d1c5e36f11048895d7da62ed01..f114941ad840532bf4582412f7e654ad94daebc5 100644
--- a/runtime/observatory/lib/src/models/objects/isolate.dart
+++ b/runtime/observatory/lib/src/models/objects/isolate.dart
@@ -16,12 +16,7 @@ abstract class IsolateRef {
String get name;
}
-enum IsolateStatus {
- loading,
- idle,
- running,
- paused
-}
+enum IsolateStatus { loading, idle, running, paused }
abstract class Isolate extends IsolateRef {
/// The time that the VM started in milliseconds since the epoch.
« no previous file with comments | « runtime/observatory/lib/src/models/objects/instance.dart ('k') | runtime/observatory/lib/src/models/objects/library.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698