| Index: runtime/observatory/lib/src/models/repositories/allocation_profile.dart
 | 
| diff --git a/runtime/observatory/lib/src/models/repositories/allocation_profile.dart b/runtime/observatory/lib/src/models/repositories/allocation_profile.dart
 | 
| index 5b917efc602656101366bbb403f5b9d92520e26a..2a760cf385ae3759a63f06acb136b20ab23c1c7f 100644
 | 
| --- a/runtime/observatory/lib/src/models/repositories/allocation_profile.dart
 | 
| +++ b/runtime/observatory/lib/src/models/repositories/allocation_profile.dart
 | 
| @@ -5,6 +5,6 @@
 | 
|  part of models;
 | 
|  
 | 
|  abstract class AllocationProfileRepository {
 | 
| -  Future<AllocationProfile> get(IsolateRef isolate, {bool gc: false,
 | 
| -                                                     bool reset: false});
 | 
| +  Future<AllocationProfile> get(IsolateRef isolate,
 | 
| +      {bool gc: false, bool reset: false});
 | 
|  }
 | 
| 
 |