fix eslint comma-spacing

This commit is contained in:
Gobius Dolhain
2020-04-20 19:21:48 +02:00
parent d759104c76
commit aede1c47a2

View File

@@ -103,7 +103,7 @@ export class Window {
} }
}) })
this.window.on('blur',() => { this.window.on('blur', () => {
if (this.configStore.appearance?.dockHideOnBlur) { if (this.configStore.appearance?.dockHideOnBlur) {
this.hide() this.hide()
} }