Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshil Goel committed Oct 12, 2023
1 parent 170f37c commit f1e65ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions algo/uidlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ func IntersectCompressedWithBin(dec *codec.Decoder, q []uint64, o *[]uint64) {
break
}
_, off := IntersectWithJump(blockUids, q, o)
if off == 0 {
off = 1 // if v[k] isn't in u, move forward
}
q = q[off:]
if len(q) == 0 {
return
Expand Down

0 comments on commit f1e65ae

Please sign in to comment.