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

Unified Diff: chrome/browser/resources/extensions/extensions.js

Issue 2900253006: WebUI: Fix more violations of no-extra-semi lint rule. (Closed)
Patch Set: clang-format 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/resources/extensions/extensions.js
diff --git a/chrome/browser/resources/extensions/extensions.js b/chrome/browser/resources/extensions/extensions.js
index fb146e6653cfd73314e633633dc42ff102f9a55a..d0dfdd493d00da806a2ae747bcef2f190ddffe0a 100644
--- a/chrome/browser/resources/extensions/extensions.js
+++ b/chrome/browser/resources/extensions/extensions.js
@@ -458,7 +458,7 @@ cr.define('extensions', function() {
' min-width: ' + pxWidth + 'px;' +
'}';
document.querySelector('head').appendChild(style);
- };
+ }
// Export
return {

Powered by Google App Engine
This is Rietveld 408576698