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

Unified Diff: dashboard/dashboard/elements/test-picker.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: dashboard/dashboard/elements/test-picker.html
diff --git a/dashboard/dashboard/elements/test-picker.html b/dashboard/dashboard/elements/test-picker.html
index 770e073a41ac9a369c9659ca24f0feec0c604d5e..e802cd30fde49bd1e649a2f305de7db32e536637 100644
--- a/dashboard/dashboard/elements/test-picker.html
+++ b/dashboard/dashboard/elements/test-picker.html
@@ -482,8 +482,9 @@ found in the LICENSE file.
var path = parts.join('/');
- if (this.currentSelectedPath_ === path)
+ if (this.currentSelectedPath_ === path) {
return this.currentSelectedTests_;
+ }
this.sendListTestsRequest(path);
return null;
},
« no previous file with comments | « dashboard/dashboard/elements/chart-tooltip.html ('k') | dashboard/dashboard/pinpoint/elements/jobs-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698