Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Oct 26, 2024
1 parent 7c00780 commit d70cc84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 (
Expand Down

0 comments on commit d70cc84

Please sign in to comment.