From 3c3530367a6f4760bc9730060fc9793a29bf4fa6 Mon Sep 17 00:00:00 2001 From: TC Date: Sun, 15 Jan 2023 14:43:22 +0100 Subject: [PATCH] nit: trim trailing whitespace --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index fc2bfe98..cbf3650e 100644 --- a/index.js +++ b/index.js @@ -189,7 +189,7 @@ function createMainWindow() { win.webContents.loadURL(urlToLoad); win.on("closed", onClosed); - const setPiPOptions = config.plugins.isEnabled("picture-in-picture") + const setPiPOptions = config.plugins.isEnabled("picture-in-picture") ? (key, value) => require("./plugins/picture-in-picture/back").setOptions({ [key]: value }) : () => {};