Skip to content

Commit

Permalink
fix: lint go code
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Nov 6, 2024
1 parent bcbf65c commit 3922e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package app
import (
"net/http"

"github.com/cosmos/cosmos-sdk/server/api"

"github.com/arkeonetwork/arkeo/docs"
"github.com/arkeonetwork/arkeo/pkg/openapiconsole"
"github.com/cosmos/cosmos-sdk/server/api"
)

// RegisterSwaggerAPI provides a common function which registers swagger route with API Server
Expand Down

0 comments on commit 3922e53

Please sign in to comment.