mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
I don't think we need this line anymore
This commit is contained in:
@@ -127,7 +127,6 @@ class LineMap
|
||||
sourceDelta = traversalResult[sourceDeltaType]
|
||||
targetDelta = traversalResult[targetDeltaType]
|
||||
|
||||
return targetDelta unless lastLineFragment
|
||||
maxSourceColumn = sourceDelta.column + lastLineFragment.textLength()
|
||||
maxTargetColumn = targetDelta.column + lastLineFragment.textLength()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user