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

Unified Diff: runtime/observatory/lib/src/elements/code_ref.dart

Issue 2829463003: Format all remaining unformatted runtime files other than multitests. (Closed)
Patch Set: Created 3 years, 8 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/lib/src/elements/code_ref.dart
diff --git a/runtime/observatory/lib/src/elements/code_ref.dart b/runtime/observatory/lib/src/elements/code_ref.dart
index f262cf442e48ec59778aeecebd1053168df8a28d..1a014f4b7440ce2b59fe19341858a02f0ab47852 100644
--- a/runtime/observatory/lib/src/elements/code_ref.dart
+++ b/runtime/observatory/lib/src/elements/code_ref.dart
@@ -56,7 +56,8 @@ class CodeRefElement extends HtmlElement implements Renderable {
new AnchorElement(
href: ((M.isSyntheticCode(_code.kind)) || (_isolate == null))
? null
- : Uris.inspect(_isolate, object: _code))..text = name
+ : Uris.inspect(_isolate, object: _code))
+ ..text = name
];
}
}

Powered by Google App Engine
This is Rietveld 408576698