Chromium Code Reviews| 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) {}; |