From 47f973db3801ab13ccd8530632b944cf1865dddc Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Fri, 18 Sep 2015 23:51:43 -0700 Subject: [PATCH] Fix incorrect indentation on setAppUserModelId Fixes #7374 --- src/browser/main.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/browser/main.coffee b/src/browser/main.coffee index 6912391fa..f0709037d 100644 --- a/src/browser/main.coffee +++ b/src/browser/main.coffee @@ -16,8 +16,8 @@ start = -> setupCompileCache() return if handleStartupEventWithSquirrel() - # NB: This prevents Win10 from showing dupe items in the taskbar - app.setAppUserModelId('com.squirrel.atom.atom') + # NB: This prevents Win10 from showing dupe items in the taskbar + app.setAppUserModelId('com.squirrel.atom.atom') args = parseCommandLine()