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

Unified Diff: runtime/observatory/lib/src/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/repositories/heap_snapshot.dart
diff --git a/runtime/observatory/lib/src/repositories/heap_snapshot.dart b/runtime/observatory/lib/src/repositories/heap_snapshot.dart
index cea60e295f551b3f0a2c61a0aad2995931d55f34..a4f90b31777ca534ee43dffd9e6e8aef00ce0e60 100644
--- a/runtime/observatory/lib/src/repositories/heap_snapshot.dart
+++ b/runtime/observatory/lib/src/repositories/heap_snapshot.dart
@@ -100,8 +100,10 @@ class HeapSnapshotLoadingProgress extends M.HeapSnapshotLoadingProgress {
}
class HeapSnapshotRepository implements M.HeapSnapshotRepository {
- Stream<HeapSnapshotLoadingProgressEvent> get(M.IsolateRef i,
- {M.HeapSnapshotRoots roots: M.HeapSnapshotRoots.vm, bool gc: false}) {
+ Stream<HeapSnapshotLoadingProgressEvent> get(
+ M.IsolateRef i,
+ {M.HeapSnapshotRoots roots: M.HeapSnapshotRoots.vm,
+ bool gc: false}) {
S.Isolate isolate = i as S.Isolate;
assert(isolate != null);
assert(gc != null);

Powered by Google App Engine
This is Rietveld 408576698