mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Fix indentation to make coffeelint happy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user