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

Unified Diff: chrome/browser/resources/pdf/browser_api.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/pdf/browser_api.js
diff --git a/chrome/browser/resources/pdf/browser_api.js b/chrome/browser/resources/pdf/browser_api.js
index 28f17b9d1da1b9a80db49321bb06e1538e7e472a..c29559a55b91f94398ca746a6117b2d682e4935f 100644
--- a/chrome/browser/resources/pdf/browser_api.js
+++ b/chrome/browser/resources/pdf/browser_api.js
@@ -150,7 +150,7 @@ class BrowserApi {
listener(zoomChangeInfo.newZoomFactor);
}.bind(this));
}
-};
+}
/**
* Enumeration of ways to manage zoom changes.

Powered by Google App Engine
This is Rietveld 408576698