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

Unified Diff: tracing/tracing/extras/chrome/blame_context/blame_context.html

Issue 2776653002: [ESLint] Fix violations when enabling curly rule in eslint. (Closed)
Patch Set: rebase 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: tracing/tracing/extras/chrome/blame_context/blame_context.html
diff --git a/tracing/tracing/extras/chrome/blame_context/blame_context.html b/tracing/tracing/extras/chrome/blame_context/blame_context.html
index 13579138a50033a967c457547f8a12b47b7ff2fe..8de586cef5d77ea45f3e7f7cd712e60ed3aac48e 100644
--- a/tracing/tracing/extras/chrome/blame_context/blame_context.html
+++ b/tracing/tracing/extras/chrome/blame_context/blame_context.html
@@ -41,8 +41,9 @@ tr.exportTo('tr.e.chrome', function() {
* Returns the parent in the context tree.
*/
get parentContext() {
- if (this.args.parent instanceof BlameContextSnapshot)
+ if (this.args.parent instanceof BlameContextSnapshot) {
return this.args.parent;
+ }
return undefined;
},
« no previous file with comments | « tracing/tracing/extras/android/android_auditor.html ('k') | tracing/tracing/extras/chrome/blame_context/frame_tree_node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698