Remove spurious newline

This commit is contained in:
Michael Telatynski 2022-07-13 10:29:15 +01:00
parent 86e372b913
commit b48d607d61
No known key found for this signature in database
GPG key ID: 98BC6A2B829297FE

View file

@ -120,7 +120,6 @@ ipcMain.on('ipcCall', async function(_ev: IpcMainEvent, payload) {
global.mainWindow.webContents.session.setSpellCheckerEnabled(args[0]);
global.store.set("spellCheckerEnabled", args[0]);
break;
case 'getSpellCheckEnabled':