Skip to content

Commit

Permalink
chg: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Nov 14, 2024
1 parent 1f535e5 commit 94f9809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bor/client/grpc/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package grpc
import (
"context"
"fmt"
"github.com/ethereum/go-ethereum/common/hexutil"
"math/big"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/common/math"
ethTypes "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/log"
Expand Down

0 comments on commit 94f9809

Please sign in to comment.