fix: lint

This commit is contained in:
cuiweixie 2026-01-03 17:12:33 +08:00
parent 6b8d1b5606
commit 0e63aedee1

View file

@ -189,7 +189,6 @@ func findKthBigInt(values []*big.Int, k int) *big.Int {
} else {
right = pivotPos - 1
}
}
return values[left]
}