Remove spurious newline

This commit is contained in:
Michael Telatynski
2022-07-13 10:29:15 +01:00
parent 86e372b913
commit b48d607d61

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':