mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
fix : lint
This commit is contained in:
parent
b3f4b0b982
commit
6169648537
1 changed files with 1 additions and 0 deletions
|
|
@ -763,6 +763,7 @@ func borKeyValueConfigHelper[T uint64 | string](field map[string]T, number uint6
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
keys = append(keys, keyUint)
|
keys = append(keys, keyUint)
|
||||||
|
|
||||||
fieldUint[keyUint] = v
|
fieldUint[keyUint] = v
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue