mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 21:05:09 +00:00
Remove redundant assignment (#2356)
Co-authored-by: Ryan Ou <ryanou@aetherai.com>
This commit is contained in:
parent
8e2d21c548
commit
9fe1a7b373
@ -106,7 +106,6 @@ func (mg *Merger) mergedGet(idx int) Result {
|
||||
minIdx = listIdx
|
||||
}
|
||||
}
|
||||
mg.cursors[listIdx] = cursor
|
||||
}
|
||||
|
||||
if minIdx >= 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user