Chromium Code Reviews| 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
|
| }, |
| }; |