From b48d607d615d6414a920a1be64eaf9dd80f4d922 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 13 Jul 2022 10:29:15 +0100 Subject: [PATCH] Remove spurious newline --- src/ipc.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ipc.ts b/src/ipc.ts index f46e43d..717a701 100644 --- a/src/ipc.ts +++ b/src/ipc.ts @@ -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':