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

Unified Diff: chrome/browser/resources/hotword/nacl_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/nacl_manager.js
diff --git a/chrome/browser/resources/hotword/nacl_manager.js b/chrome/browser/resources/hotword/nacl_manager.js
index ad4a8896d414637c5be9e69e09d1a4836ca9a6b0..85394f480351a1ef9a61e195844955a3bdc8d94a 100644
--- a/chrome/browser/resources/hotword/nacl_manager.js
+++ b/chrome/browser/resources/hotword/nacl_manager.js
@@ -82,7 +82,7 @@ cr.define('hotword', function() {
* @private {?Object}
*/
this.preambleLog_ = null;
- };
+ }
/**
* States this manager can be in. Since messages to/from the plugin are

Powered by Google App Engine
This is Rietveld 408576698