Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(933)

Unified Diff: runtime/observatory/tests/observatory_ui/mocks/objects/sentinel.dart

Issue 2767533002: Revert "Fix observatory tests broken by running dartfmt." (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'});
}

Powered by Google App Engine
This is Rietveld 408576698