🎨 Add space before arrow

This commit is contained in:
Kevin Sawicki
2015-02-04 17:35:52 -08:00
parent 3257d17fc0
commit 83c8d904cf

View File

@@ -641,7 +641,7 @@ class TextEditor extends Model
# Determine whether the user should be prompted to save before closing
# this editor.
shouldPromptToSave: ({windowCloseRequested}={})->
shouldPromptToSave: ({windowCloseRequested}={}) ->
if windowCloseRequested
@isModified()
else