Index: runtime/observatory/tests/observatory_ui/mocks/objects/guarded.dart |
diff --git a/runtime/observatory/tests/observatory_ui/mocks/objects/guarded.dart b/runtime/observatory/tests/observatory_ui/mocks/objects/guarded.dart |
index 95de8627b9fb8068587d36b4c42995880434e873..8d0c8cca3eaaa96576cd405f0fb20cea3568bf76 100644 |
--- a/runtime/observatory/tests/observatory_ui/mocks/objects/guarded.dart |
+++ b/runtime/observatory/tests/observatory_ui/mocks/objects/guarded.dart |
@@ -10,9 +10,7 @@ class GuardedMock<T> implements M.Guarded { |
final T asValue; |
final M.Sentinel asSentinel; |
- const GuardedMock.fromValue(this.asValue) |
- : asSentinel = null; |
+ const GuardedMock.fromValue(this.asValue) : asSentinel = null; |
- const GuardedMock.fromSentinel(this.asSentinel) |
- : asValue = null; |
+ const GuardedMock.fromSentinel(this.asSentinel) : asValue = null; |
} |