| Index: runtime/observatory/lib/src/models/repositories/megamorphiccache.dart
|
| diff --git a/runtime/observatory/lib/src/models/repositories/megamorphiccache.dart b/runtime/observatory/lib/src/models/repositories/megamorphiccache.dart
|
| index 9734e3e5721bd4b01af69a3c0a9a7e7b3af05c8e..cfddc7364b4c57abbc7f246a0f9aa8a361164e67 100644
|
| --- a/runtime/observatory/lib/src/models/repositories/megamorphiccache.dart
|
| +++ b/runtime/observatory/lib/src/models/repositories/megamorphiccache.dart
|
| @@ -4,6 +4,6 @@
|
|
|
| part of models;
|
|
|
| -abstract class MegamorphicCacheRepository{
|
| +abstract class MegamorphicCacheRepository {
|
| Future<MegamorphicCache> get(IsolateRef isolate, String id);
|
| }
|
|
|