Fix indentation to make coffeelint happy

This commit is contained in:
Ivan Zuzak
2014-09-01 18:24:04 +02:00
parent 7f14965ca8
commit 65cae0f68d

View File

@@ -685,7 +685,7 @@ EditorComponent = React.createClass
# it will be merged into another one. Therefore, we need to obtain a
# reference to the new selection that contains the originally selected row
rowSelection = _.find editor.getSelections(), (selection) ->
selection.intersectsBufferRange(bufferRange)
selection.intersectsBufferRange(bufferRange)
onGutterShiftClick: (event) ->
{editor} = @props