Skip to content

Commit 687866d

Browse files
committed
lint
1 parent 9ddc128 commit 687866d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

x/genutil/client/cli/migrate.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ import (
1717
"github.com/cosmos/cosmos-sdk/x/genutil/types"
1818
)
1919

20-
const flagGenesisTime = "genesis-time"
21-
const v52 = "v0.52"
20+
const (
21+
flagGenesisTime = "genesis-time"
22+
v52 = "v0.52"
23+
)
2224

2325
// MigrationMap is a map of SDK versions to their respective genesis migration functions.
2426
var MigrationMap = types.MigrationMap{

0 commit comments

Comments
 (0)