Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit 94e5e15

Browse files
authored
Merge pull request #12947 from brave/fix/minor-lint
minor: fix lint error
2 parents a36d893 + fc972af commit 94e5e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/stores/windowStore.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ let currentKey = 0
5757
const incrementNextKey = () => ++currentKey
5858

5959
class WindowStore extends EventEmitter {
60-
constructor() {
60+
constructor () {
6161
super()
6262
// Many components can subscribe to changes in store state
6363
// so ignore any memory-leak warning about having more than 10 listeners.

0 commit comments

Comments
 (0)