Skip to content

Commit

Permalink
fix(logic): make code gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Mar 27, 2023
1 parent 7ffd347 commit aaa49f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/logic/migrations/v3/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ func v2ParamKeyTable() paramtypes.KeyTable {
func MigrateStore(ctx sdk.Context,
storeKey storetypes.StoreKey,
cdc codec.BinaryCodec,
legacySubspace exported.Subspace) error {
legacySubspace exported.Subspace,
) error {
logger := ctx.Logger().
With("module", "logic").
With("migration", "v3")
Expand Down

0 comments on commit aaa49f5

Please sign in to comment.