Fixed indentation

This commit is contained in:
Joel Collins 2019-04-25 14:20:41 +01:00
parent a2a8c3b671
commit 133a623657

12
app.js
View file

@ -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')