mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 12:16:44 +00:00
fix: lint
This commit is contained in:
parent
6b8d1b5606
commit
0e63aedee1
1 changed files with 0 additions and 1 deletions
|
|
@ -189,7 +189,6 @@ func findKthBigInt(values []*big.Int, k int) *big.Int {
|
|||
} else {
|
||||
right = pivotPos - 1
|
||||
}
|
||||
|
||||
}
|
||||
return values[left]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue