diff --git a/app/icahost.go b/app/icahost.go index 910c90eb0a..2490ac1776 100644 --- a/app/icahost.go +++ b/app/icahost.go @@ -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{}