Skip to content

Commit

Permalink
fix: golint
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Jan 10, 2024
1 parent 5cec265 commit 48c610e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,6 @@ func RegisterSwaggerAPI(rtr *mux.Router) {

// Setup Upgrade Handler
func (app *MigalooApp) setupUpgradeHandlers() {

app.UpgradeKeeper.SetUpgradeHandler(
v3_0_2.UpgradeName,
v3_0_2.CreateUpgradeHandler(app.mm, app.configurator),
Expand Down
2 changes: 1 addition & 1 deletion app/upgrades/v4_1_0/upgrades_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package v4_test

import (
abci "github.com/cometbft/cometbft/abci/types"
"testing"

apptesting "github.com/White-Whale-Defi-Platform/migaloo-chain/v4/app"
abci "github.com/cometbft/cometbft/abci/types"
upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types"
"github.com/stretchr/testify/suite"
)
Expand Down

0 comments on commit 48c610e

Please sign in to comment.