| Index: runtime/observatory/tests/observatory_ui/mocks/objects/sentinel.dart
|
| diff --git a/runtime/observatory/tests/observatory_ui/mocks/objects/sentinel.dart b/runtime/observatory/tests/observatory_ui/mocks/objects/sentinel.dart
|
| index 8ca0b411f0834e0133bb0e5c5fcdc84bd5f0e1ba..5fb6a8a8ef01e3127e3e00e42a70a6ac90df5875 100644
|
| --- a/runtime/observatory/tests/observatory_ui/mocks/objects/sentinel.dart
|
| +++ b/runtime/observatory/tests/observatory_ui/mocks/objects/sentinel.dart
|
| @@ -8,7 +8,6 @@ class SentinelMock implements M.Sentinel {
|
| final M.SentinelKind kind;
|
| final String valueAsString;
|
|
|
| - const SentinelMock(
|
| - {this.kind: M.SentinelKind.collected,
|
| - this.valueAsString: 'sentinel-value'});
|
| + const SentinelMock({this.kind: M.SentinelKind.collected,
|
| + this.valueAsString: 'sentinel-value'});
|
| }
|
|
|