🎨 Add space before arrow

Esse commit está contido em:
Kevin Sawicki
2015-02-04 17:35:52 -08:00
commit 83c8d904cf
+1 -1
Ver Arquivo
@@ -641,7 +641,7 @@ class TextEditor extends Model
# Determine whether the user should be prompted to save before closing # Determine whether the user should be prompted to save before closing
# this editor. # this editor.
shouldPromptToSave: ({windowCloseRequested}={})-> shouldPromptToSave: ({windowCloseRequested}={}) ->
if windowCloseRequested if windowCloseRequested
@isModified() @isModified()
else else