m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 07:13:48 -05:00

Remove redundant assignment (#2356)

Co-authored-by: Ryan Ou <ryanou@aetherai.com>
This commit is contained in:
odeson24
2021-02-17 09:28:43 +08:00
committed by GitHub
parent 8e2d21c548
commit 9fe1a7b373

View File

@@ -106,7 +106,6 @@ func (mg *Merger) mergedGet(idx int) Result {
minIdx = listIdx minIdx = listIdx
} }
} }
mg.cursors[listIdx] = cursor
} }
if minIdx >= 0 { if minIdx >= 0 {