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

Unified Diff: runtime/observatory/lib/src/repositories/allocation_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/repositories/allocation_profile.dart
diff --git a/runtime/observatory/lib/src/repositories/allocation_profile.dart b/runtime/observatory/lib/src/repositories/allocation_profile.dart
index 4b1a73d78d2c0f0541f7bbba638c1760cf6a2723..aedfb3a538fa98927fe14fdaceb7798324ac78c9 100644
--- a/runtime/observatory/lib/src/repositories/allocation_profile.dart
+++ b/runtime/observatory/lib/src/repositories/allocation_profile.dart
@@ -7,8 +7,8 @@ part of repositories;
class AllocationProfileRepository implements M.AllocationProfileRepository {
static const _api = '_getAllocationProfile';
- Future<M.AllocationProfile> get(M.IsolateRef i, {bool gc: false,
- bool reset: false}) async {
+ Future<M.AllocationProfile> get(M.IsolateRef i,
+ {bool gc: false, bool reset: false}) async {
assert(gc != null);
assert(reset != null);
S.Isolate isolate = i as S.Isolate;

Powered by Google App Engine
This is Rietveld 408576698