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

Unified Diff: chrome/browser/resources/md_bookmarks/types.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
« no previous file with comments | « chrome/browser/resources/md_bookmarks/reducers.js ('k') | chrome/browser/resources/pdf/browser_api.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_bookmarks/types.js
diff --git a/chrome/browser/resources/md_bookmarks/types.js b/chrome/browser/resources/md_bookmarks/types.js
index 888031a7c164e54d5488e4622d8c65285ebaf391..d8f9986fd4a398bb0cd06723a78aea30a5da2540 100644
--- a/chrome/browser/resources/md_bookmarks/types.js
+++ b/chrome/browser/resources/md_bookmarks/types.js
@@ -89,7 +89,7 @@ function DragData() {
}
/** @interface */
-function StoreObserver(){};
+function StoreObserver() {}
dpapad 2017/05/25 00:45:35 The semicolon was removed from ESLint, the space w
Dan Beam 2017/05/25 00:48:08 they're friends!
dpapad 2017/05/25 00:54:31 Yup. Hopefully they'll never become frenemies, ;>
/** @param {!BookmarksPageState} newState */
StoreObserver.prototype.onStateChanged = function(newState) {};
« no previous file with comments | « chrome/browser/resources/md_bookmarks/reducers.js ('k') | chrome/browser/resources/pdf/browser_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698