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 5fb6a8a8ef01e3127e3e00e42a70a6ac90df5875..8ca0b411f0834e0133bb0e5c5fcdc84bd5f0e1ba 100644 |
--- a/runtime/observatory/tests/observatory_ui/mocks/objects/sentinel.dart |
+++ b/runtime/observatory/tests/observatory_ui/mocks/objects/sentinel.dart |
@@ -8,6 +8,7 @@ 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'}); |
} |