Skip to content

Commit

Permalink
gofumpt the file
Browse files Browse the repository at this point in the history
  • Loading branch information
TimmyExogenous committed Sep 10, 2024
1 parent 5fbf81e commit a12fc91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions x/operator/keeper/consensus_keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package keeper

import (
"fmt"

assetstypes "github.com/ExocoreNetwork/exocore/x/assets/types"

"github.com/cosmos/cosmos-sdk/store/prefix"
Expand Down
3 changes: 2 additions & 1 deletion x/operator/types/genesis_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package types_test

import (
"testing"

"github.com/ExocoreNetwork/exocore/utils"
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
"github.com/ethereum/go-ethereum/common/hexutil"
"testing"

utiltx "github.com/ExocoreNetwork/exocore/testutil/tx"
"github.com/ExocoreNetwork/exocore/x/operator/types"
Expand Down

0 comments on commit a12fc91

Please sign in to comment.