Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 1fbf578

Browse files
committed
style: fix linting issues
1 parent 8b0e83c commit 1fbf578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default {
6363
},
6464

6565
deactivate() {
66-
this.idleCallbacks.forEach(callbackID => window.cancelIdleCallback(callbackID));
66+
this.idleCallbacks.forEach((callbackID) => window.cancelIdleCallback(callbackID));
6767
this.idleCallbacks.clear();
6868
this.subscriptions.dispose();
6969
},

0 commit comments

Comments
 (0)