From c2b728a8b5d1345cea5e4ae70bd5c3ac10b1b974 Mon Sep 17 00:00:00 2001 From: Nikolas De Giorgis Date: Fri, 12 Apr 2024 13:54:48 +0100 Subject: [PATCH] Remove nolint directive --- testing/simapp/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/simapp/app.go b/testing/simapp/app.go index 50e56e93145..cbb77eac3db 100644 --- a/testing/simapp/app.go +++ b/testing/simapp/app.go @@ -118,7 +118,7 @@ import ( ibcfeekeeper "github.com/cosmos/ibc-go/v8/modules/apps/29-fee/keeper" ibcfeetypes "github.com/cosmos/ibc-go/v8/modules/apps/29-fee/types" "github.com/cosmos/ibc-go/v8/modules/apps/transfer" - ibctransferkeeper "github.com/cosmos/ibc-go/v8/modules/apps/transfer/keeper" //nolint + ibctransferkeeper "github.com/cosmos/ibc-go/v8/modules/apps/transfer/keeper" ibctransfertypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types" ibc "github.com/cosmos/ibc-go/v8/modules/core" ibcclient "github.com/cosmos/ibc-go/v8/modules/core/02-client"