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

Unified Diff: runtime/observatory/lib/src/models/objects/sample_profile.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/sample_profile.dart
diff --git a/runtime/observatory/lib/src/models/objects/sample_profile.dart b/runtime/observatory/lib/src/models/objects/sample_profile.dart
index cd0a805953b394759bedd0b153b2613944f35906..1a71bc2260e8e4ee98b25dcf4bb25a74acb1869d 100644
--- a/runtime/observatory/lib/src/models/objects/sample_profile.dart
+++ b/runtime/observatory/lib/src/models/objects/sample_profile.dart
@@ -4,10 +4,7 @@
part of models;
-enum ProfileTreeDirection {
- inclusive,
- exclusive
-}
+enum ProfileTreeDirection { inclusive, exclusive }
abstract class SampleProfile {
int get sampleCount;

Powered by Google App Engine
This is Rietveld 408576698