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

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

Issue 2751423005: Run dartfmt on all files under runtime. (Closed)
Patch Set: Run dartfmt on all files under runtime. 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/inbound_references.dart
diff --git a/runtime/observatory/tests/observatory_ui/mocks/objects/inbound_references.dart b/runtime/observatory/tests/observatory_ui/mocks/objects/inbound_references.dart
index 1f746e36ab782055f474cbe1df410d50d05e7ff1..34f047960b677f9aa65e97324b71326e00b06af7 100644
--- a/runtime/observatory/tests/observatory_ui/mocks/objects/inbound_references.dart
+++ b/runtime/observatory/tests/observatory_ui/mocks/objects/inbound_references.dart
@@ -16,7 +16,9 @@ class InboundReferenceMock implements M.InboundReference {
final int parentListIndex;
final int parentWordOffset;
- const InboundReferenceMock({this.source: const InstanceRefMock(),
- this.parentField, this.parentListIndex,
- this.parentWordOffset});
+ const InboundReferenceMock(
+ {this.source: const InstanceRefMock(),
+ this.parentField,
+ this.parentListIndex,
+ this.parentWordOffset});
}

Powered by Google App Engine
This is Rietveld 408576698