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

Unified Diff: chrome/browser/resources/hotword/page_audio_manager.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/hotword/page_audio_manager.js
diff --git a/chrome/browser/resources/hotword/page_audio_manager.js b/chrome/browser/resources/hotword/page_audio_manager.js
index 5d45d001caf8f904940dc6ce9dc0d6588582c1eb..8c8c928cf084bc2758c6a5403cef3de2eb78454a 100644
--- a/chrome/browser/resources/hotword/page_audio_manager.js
+++ b/chrome/browser/resources/hotword/page_audio_manager.js
@@ -48,7 +48,7 @@ cr.define('hotword', function() {
this.updateListeners_();
this.updateTabState_();
}.bind(this));
- };
+ }
var CommandToPage = hotword.constants.CommandToPage;
var CommandFromPage = hotword.constants.CommandFromPage;

Powered by Google App Engine
This is Rietveld 408576698