mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +02:00
multi: remove gomnd disable directives
This commit is contained in:
@@ -208,7 +208,7 @@ func (a *RangeIndex) lowerBoundIndex(n uint64) (int, bool) {
|
||||
rangeIndex = -1
|
||||
)
|
||||
for {
|
||||
mid := (low + high) / 2 //nolint: gomnd
|
||||
mid := (low + high) / 2
|
||||
currentRange := a.set[mid]
|
||||
|
||||
switch {
|
||||
|
Reference in New Issue
Block a user