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

Unified Diff: chrome/browser/ui/webui/options/certificate_manager_browsertest.js

Issue 2909503003: WebUI: Enable ESLint rule for missing semicolons. (Closed)
Patch Set: Undo local_ntp changes from this CL. Created 3 years, 7 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: chrome/browser/ui/webui/options/certificate_manager_browsertest.js
diff --git a/chrome/browser/ui/webui/options/certificate_manager_browsertest.js b/chrome/browser/ui/webui/options/certificate_manager_browsertest.js
index cb9e3d8184046fe29695e40f755d69b4dc7c3639..0db91295ec92d822248e052975513f19b64042a0 100644
--- a/chrome/browser/ui/webui/options/certificate_manager_browsertest.js
+++ b/chrome/browser/ui/webui/options/certificate_manager_browsertest.js
@@ -248,7 +248,7 @@ CertificateManagerWebUITest.prototype = {
'policy': false }],
}],
]
- ].forEach(CertificateManager.onPopulateTree)}));
+ ].forEach(CertificateManager.onPopulateTree);}));
dschuyler 2017/05/26 19:00:25 optional: space after ;
dpapad 2017/05/26 19:08:39 Similar to previous comment. clang-format will han
michaelpg 2017/05/26 23:37:34 +1, keeping them separate should make reviews and
},
};

Powered by Google App Engine
This is Rietveld 408576698