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

Unified Diff: runtime/observatory/lib/src/models/repositories/heap_snapshot.dart

Issue 2767533002: Revert "Fix observatory tests broken by running dartfmt." (Closed)
Patch Set: Created 3 years, 9 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/repositories/heap_snapshot.dart
diff --git a/runtime/observatory/lib/src/models/repositories/heap_snapshot.dart b/runtime/observatory/lib/src/models/repositories/heap_snapshot.dart
index 9274da67b8680b2ae7306327781c607529b03ba4..9e87e642ec4f908578b3c9feb2a6bb83dd5227a2 100644
--- a/runtime/observatory/lib/src/models/repositories/heap_snapshot.dart
+++ b/runtime/observatory/lib/src/models/repositories/heap_snapshot.dart
@@ -30,6 +30,8 @@ abstract class HeapSnapshotLoadingProgress {
}
abstract class HeapSnapshotRepository {
- Stream<HeapSnapshotLoadingProgressEvent> get(IsolateRef isolate,
- {HeapSnapshotRoots roots: HeapSnapshotRoots.vm, bool gc: false});
+ Stream<HeapSnapshotLoadingProgressEvent> get(
+ IsolateRef isolate,
+ {HeapSnapshotRoots roots: HeapSnapshotRoots.vm,
+ bool gc: false});
}
« no previous file with comments | « runtime/observatory/lib/src/models/objects/frame.dart ('k') | runtime/observatory/lib/src/repositories/heap_snapshot.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698