Skip to content

Commit

Permalink
Run gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed May 1, 2024
1 parent a16bc63 commit d04de80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion x/evm/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ package evm
import (
"bytes"
"fmt"
precompile_modules "github.com/ethereum/go-ethereum/precompile/modules"

abci "github.com/cometbft/cometbft/abci/types"
sdk "github.com/cosmos/cosmos-sdk/types"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
precompile_modules "github.com/ethereum/go-ethereum/precompile/modules"
ethermint "github.com/evmos/ethermint/types"
"github.com/evmos/ethermint/x/evm/keeper"
"github.com/evmos/ethermint/x/evm/types"
Expand Down
6 changes: 3 additions & 3 deletions x/evm/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ package types

import (
"fmt"
precompile_modules "github.com/ethereum/go-ethereum/precompile/modules"
"math/big"

sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/vm"
"github.com/ethereum/go-ethereum/params"
precompile_modules "github.com/ethereum/go-ethereum/precompile/modules"

sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/ethereum/go-ethereum/core/vm"
"github.com/evmos/ethermint/types"
)

Expand Down
5 changes: 2 additions & 3 deletions x/evm/types/params_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package types

import (
"github.com/ethereum/go-ethereum/common"
precompile_modules "github.com/ethereum/go-ethereum/precompile/modules"
"testing"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/params"

precompile_modules "github.com/ethereum/go-ethereum/precompile/modules"
"github.com/stretchr/testify/require"
)

Expand Down

0 comments on commit d04de80

Please sign in to comment.