From d617ac0f0247d2083702c9c492e7972dfb9a5f26 Mon Sep 17 00:00:00 2001 From: HuangYi Date: Tue, 16 Apr 2024 15:56:19 +0800 Subject: [PATCH] fix lint --- app/icahost.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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{}