Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 16, 2024
1 parent 24fb742 commit d617ac0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/icahost.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import (

// ICAHostMockSubspace is a mock implementation to workaround the migration process, because we have nothing to migrate from,
// otherwise it'll panic, see: https://github.com/cosmos/ibc-go/pull/6167
type ICAHostMockSubspace struct {
}
type ICAHostMockSubspace struct{}

var _ icatypes.ParamSubspace = ICAHostMockSubspace{}

Expand Down

0 comments on commit d617ac0

Please sign in to comment.