From d70cc845ec845d410f04bbd664108f4d57dec3c4 Mon Sep 17 00:00:00 2001 From: Thomas Bruyelle Date: Sat, 26 Oct 2024 09:35:59 +0200 Subject: [PATCH] fix: lint --- app/app.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/app.go b/app/app.go index 2398fc47..7f72e80a 100644 --- a/app/app.go +++ b/app/app.go @@ -11,6 +11,9 @@ import ( "github.com/rakyll/statik/fs" "github.com/spf13/cast" + // unnamed import of statik for swagger UI support + _ "github.com/atomone-hub/atomone/client/docs/statik" + dbm "github.com/cometbft/cometbft-db" abci "github.com/cometbft/cometbft/abci/types" tmjson "github.com/cometbft/cometbft/libs/json" @@ -49,9 +52,6 @@ import ( "github.com/atomone-hub/atomone/app/params" "github.com/atomone-hub/atomone/app/upgrades" govtypes "github.com/atomone-hub/atomone/x/gov/types" - - // unnamed import of statik for swagger UI support - _ "github.com/atomone-hub/atomone/client/docs/statik" ) var (