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

Unified Diff: tracing/tracing/model/proxy_selectable_item.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
« no previous file with comments | « tracing/tracing/model/process_test.html ('k') | tracing/tracing/model/resource_usage_series.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/proxy_selectable_item.html
diff --git a/tracing/tracing/model/proxy_selectable_item.html b/tracing/tracing/model/proxy_selectable_item.html
index 7e2d91ab6b889694cd161135fb2feab8d6e5ed01..6ed07d72f351efc53d2983770ea69b9ee4e9a14a 100644
--- a/tracing/tracing/model/proxy_selectable_item.html
+++ b/tracing/tracing/model/proxy_selectable_item.html
@@ -31,8 +31,9 @@ tr.exportTo('tr.model', function() {
get selectionState() {
var modelItem = this.modelItem_;
- if (modelItem === undefined)
+ if (modelItem === undefined) {
return SelectionState.NONE;
+ }
return modelItem.selectionState;
}
};
« no previous file with comments | « tracing/tracing/model/process_test.html ('k') | tracing/tracing/model/resource_usage_series.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698