🐛 fix coffee syntax

This commit is contained in:
DrMaxNix 2023-05-15 13:32:49 +02:00
parent 53f78f40e9
commit 8eb94fbf08
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ tryTreeViewCloseIntervalCount = 0
## EXECUTE CODE WHEN WORKSPACE IS OPENED ##
atom.workspace.onDidOpen({item}) ->
atom.workspace.onDidOpen ({item}) ->
# make sure the code doesn't run twice
if codeRanOnce then return

View File

@ -5,7 +5,7 @@ tryTreeViewCloseIntervalCount = 0
## EXECUTE CODE WHEN WORKSPACE IS OPENED ##
atom.workspace.onDidOpen({item}) ->
atom.workspace.onDidOpen ({item}) ->
# make sure the code doesn't run twice
if codeRanOnce then return