Index: runtime/observatory/lib/src/repositories/megamorphiccache.dart |
diff --git a/runtime/observatory/lib/src/repositories/megamorphiccache.dart b/runtime/observatory/lib/src/repositories/megamorphiccache.dart |
index 59adbe3e08654856e3b84d55fba6c16f86d753b0..8672e32bb718546542b1d17cb0f95a62804c93c7 100644 |
--- a/runtime/observatory/lib/src/repositories/megamorphiccache.dart |
+++ b/runtime/observatory/lib/src/repositories/megamorphiccache.dart |
@@ -5,7 +5,7 @@ |
part of repositories; |
class MegamorphicCacheRepository extends M.MegamorphicCacheRepository { |
- Future<M.MegamorphicCache> get(M.IsolateRef i, String id) async{ |
+ Future<M.MegamorphicCache> get(M.IsolateRef i, String id) async { |
S.Isolate isolate = i as S.Isolate; |
assert(isolate != null); |
return (await isolate.getObject(id)) as S.MegamorphicCache; |