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

Unified Diff: chrome/browser/resources/cryptotoken/usbgnubbydevice.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/usbgnubbydevice.js
diff --git a/chrome/browser/resources/cryptotoken/usbgnubbydevice.js b/chrome/browser/resources/cryptotoken/usbgnubbydevice.js
index 595d3736033c7d2809ff658c4d4532ea76b578ec..b97cf9bbc37a3d76ef06040ea7a0bb42408245db 100644
--- a/chrome/browser/resources/cryptotoken/usbgnubbydevice.js
+++ b/chrome/browser/resources/cryptotoken/usbgnubbydevice.js
@@ -274,7 +274,7 @@ UsbGnubbyDevice.prototype.writeOneRequest_ = function() {
}
window.setTimeout(function() { self.readOneReply_(); }, 0);
- };
+ }
var u8 = new Uint8Array(frame);

Powered by Google App Engine
This is Rietveld 408576698