fix eslint comma-spacing

This commit is contained in:
Gobius Dolhain 2020-04-20 19:21:48 +02:00
parent d759104c76
commit aede1c47a2
No known key found for this signature in database
GPG key ID: 3713D132FE2B8861

View file

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