mirror of
https://github.com/atom/atom.git
synced 2026-02-12 07:35:14 -05:00
CR: remove return statement
This commit is contained in:
@@ -824,7 +824,7 @@ class TextEditor extends Model
|
||||
newSelectionBufferRanges = []
|
||||
selections = @getSelectedBufferRanges()
|
||||
selections.sort (a, b) ->
|
||||
return a.compare(b)
|
||||
a.compare(b)
|
||||
for selection in selections
|
||||
return if selection.start.row is 0
|
||||
lastRow = @buffer.getLastRow()
|
||||
|
||||
Reference in New Issue
Block a user