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

Unified Diff: chrome/browser/resources/cryptotoken/hidgnubbydevice.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/cryptotoken/hidgnubbydevice.js
diff --git a/chrome/browser/resources/cryptotoken/hidgnubbydevice.js b/chrome/browser/resources/cryptotoken/hidgnubbydevice.js
index ecd83df1637db07274e402f103ddf1e53a02bddb..55a449ed7d9f70d1a2716970041dd3b21f48d69b 100644
--- a/chrome/browser/resources/cryptotoken/hidgnubbydevice.js
+++ b/chrome/browser/resources/cryptotoken/hidgnubbydevice.js
@@ -403,7 +403,7 @@ HidGnubbyDevice.prototype.writePump_ = function() {
if (self.txqueue.length != 0) {
window.setTimeout(function() { self.writePump_(); }, 0);
}
- };
+ }
var u8 = new Uint8Array(frame);

Powered by Google App Engine
This is Rietveld 408576698