Skip to content

Commit

Permalink
cleanup: Fix import order.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-smith committed Oct 30, 2023
1 parent 3f60763 commit 8c97d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eth/tracers/blocknative/decoder/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package decoder

import (
"fmt"
"math/big"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/log"
"math/big"
)

var (
Expand Down

0 comments on commit 8c97d37

Please sign in to comment.