Remove redundant assignment (#2356)

Co-authored-by: Ryan Ou <ryanou@aetherai.com>
pull/2364/head
odeson24 3 years ago committed by GitHub
parent 8e2d21c548
commit 9fe1a7b373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save