Skip to content
Snippets Groups Projects
Unverified Commit 9fe1a7b3 authored by odeson24's avatar odeson24 Committed by GitHub
Browse files

Remove redundant assignment (#2356)


Co-authored-by: default avatarRyan Ou <ryanou@aetherai.com>
parent 8e2d21c5
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,6 @@ func (mg *Merger) mergedGet(idx int) Result {
minIdx = listIdx
}
}
mg.cursors[listIdx] = cursor
}
if minIdx >= 0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment