Remove trailing space

This commit is contained in:
Jarred Witt 2017-09-08 10:06:42 -07:00 committed by David Meza
parent c3f7542c9e
commit 06b5714bd0

View file

@ -10,7 +10,7 @@ function shouldQuitApp(cmd) {
async function setupAutoLaunch(cmd) {
const appLauncher = new AutoLaunch({
name: appName,
name: appName,
isHidden: true
});
if (cmd === '--squirrel-uninstall') {