mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
core/types/bal: fix lint
This commit is contained in:
parent
234cf90219
commit
9eeb43a5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ package bal
|
|||
import (
|
||||
"bytes"
|
||||
"cmp"
|
||||
"github.com/ethereum/go-ethereum/params"
|
||||
"math"
|
||||
"reflect"
|
||||
"slices"
|
||||
|
|
@ -27,6 +26,7 @@ import (
|
|||
|
||||
"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethereum/go-ethereum/internal/testrand"
|
||||
"github.com/ethereum/go-ethereum/params"
|
||||
"github.com/ethereum/go-ethereum/rlp"
|
||||
"github.com/holiman/uint256"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue