From 133a6236575b58a1f1d50ce42db5684a02fbcc0b Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 25 Apr 2019 14:20:41 +0100 Subject: [PATCH] Fixed indentation --- app.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app.js b/app.js index f3f84d68..c00b8bb6 100644 --- a/app.js +++ b/app.js @@ -1,9 +1,9 @@ - //handle setupevents as quickly as possible - const setupEvents = require('./setupEvents') - if (setupEvents.handleSquirrelEvent()) { - // squirrel event handled and app will exit in 1000ms, so don't do anything else - return; - } +//handle setupevents as quickly as possible +const setupEvents = require('./setupEvents') +if (setupEvents.handleSquirrelEvent()) { + // squirrel event handled and app will exit in 1000ms, so don't do anything else + return; +} // Required packages const electron = require('electron')