Skip to content

Commit 570c04b

Browse files
committed
fix formating
1 parent b2363ff commit 570c04b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x/wasm/keeper/genesis_exports.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ package keeper
33
import (
44
"context"
55

6-
"github.com/CosmWasm/wasmd/x/wasm/types"
76
sdk "github.com/cosmos/cosmos-sdk/types"
7+
8+
"github.com/CosmWasm/wasmd/x/wasm/types"
89
)
910

1011
// Genesis-specific exports for custom genesis tooling and external integrations.

0 commit comments

Comments
 (0)