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

Unified Diff: runtime/observatory/tests/observatory_ui/mocks/objects/retaining_path.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/retaining_path.dart
diff --git a/runtime/observatory/tests/observatory_ui/mocks/objects/retaining_path.dart b/runtime/observatory/tests/observatory_ui/mocks/objects/retaining_path.dart
index 36b7b68e02f13c369558aa055fd598f995481dde..6f6c7335d44cbab99da2e29e741c992c8b18083d 100644
--- a/runtime/observatory/tests/observatory_ui/mocks/objects/retaining_path.dart
+++ b/runtime/observatory/tests/observatory_ui/mocks/objects/retaining_path.dart
@@ -16,9 +16,7 @@ class RetainingPathItemMock implements M.RetainingPathItem {
final int parentListIndex;
final int parentWordOffset;
- const RetainingPathItemMock(
- {this.source: const InstanceRefMock(),
- this.parentField,
- this.parentListIndex,
- this.parentWordOffset});
+ const RetainingPathItemMock({this.source: const InstanceRefMock(),
+ this.parentField, this.parentListIndex,
+ this.parentWordOffset});
}

Powered by Google App Engine
This is Rietveld 408576698