From 594d3f5046452574c485ef541d7f0903f91f196a Mon Sep 17 00:00:00 2001 From: Darshan Sen Date: Wed, 21 Jul 2021 15:11:33 +0530 Subject: [PATCH] chore: remove trailing space in main.js (#509) Signed-off-by: Darshan Sen --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 8c14916..815c04b 100644 --- a/main.js +++ b/main.js @@ -24,7 +24,7 @@ function createWindow () { // Some APIs can only be used after this event occurs. app.whenReady().then(() => { createWindow() - + app.on('activate', function () { // On macOS it's common to re-create a window in the app when the // dock icon is clicked and there are no other windows open.