Fix incorrect indentation on setAppUserModelId

Fixes #7374
This commit is contained in:
Paul Betts
2015-09-18 23:51:43 -07:00
committed by Nathan Sobo
parent 2b0caca679
commit 47f973db38

View File

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