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

Unified Diff: chrome/browser/resources/pdf/main.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/main.js
diff --git a/chrome/browser/resources/pdf/main.js b/chrome/browser/resources/pdf/main.js
index e6938bc55cd0ec6b73298108c0c5a72da84b22c0..901b8e6707478d7a5b0878163e8154a79b4c1fe2 100644
--- a/chrome/browser/resources/pdf/main.js
+++ b/chrome/browser/resources/pdf/main.js
@@ -49,7 +49,7 @@ var viewer;
window.addEventListener('message', handleScriptingMessage, false);
createBrowserApi().then(initViewer);
- };
+ }
main();
})();

Powered by Google App Engine
This is Rietveld 408576698