Skip to content

Commit

Permalink
chg: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Nov 8, 2024
1 parent 0a7a14e commit ede8c7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helper/call.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
"github.com/ethereum/go-ethereum/ethclient"
"github.com/ethereum/go-ethereum/rpc"
lru "github.com/hashicorp/golang-lru"
"github.com/maticnetwork/heimdall/bor/client/grpc"

"github.com/maticnetwork/heimdall/bor/client/grpc"
"github.com/maticnetwork/heimdall/contracts/erc20"
"github.com/maticnetwork/heimdall/contracts/rootchain"
"github.com/maticnetwork/heimdall/contracts/slashmanager"
Expand Down
6 changes: 2 additions & 4 deletions helper/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,15 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"
"github.com/tendermint/go-amino"
cfg "github.com/tendermint/tendermint/config"
"github.com/tendermint/tendermint/crypto/secp256k1"
logger "github.com/tendermint/tendermint/libs/log"
"github.com/tendermint/tendermint/privval"
tmTypes "github.com/tendermint/tendermint/types"

borgrpc "github.com/maticnetwork/heimdall/bor/client/grpc"

"github.com/maticnetwork/heimdall/file"
hmTypes "github.com/maticnetwork/heimdall/types"

cfg "github.com/tendermint/tendermint/config"
tmTypes "github.com/tendermint/tendermint/types"
)

const (
Expand Down

0 comments on commit ede8c7f

Please sign in to comment.