Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Oct 14, 2023
1 parent f0e7876 commit 33a4f33
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,11 @@ import (
streampaytypes "github.com/OmniFlix/streampay/v2/x/streampay/types"
)

var (
tokenFactoryCapabilities = []string{
tokenfactorytypes.EnableBurnFrom,
tokenfactorytypes.EnableForceTransfer,
tokenfactorytypes.EnableSetMetadata,
}
)
var tokenFactoryCapabilities = []string{
tokenfactorytypes.EnableBurnFrom,
tokenfactorytypes.EnableForceTransfer,
tokenfactorytypes.EnableSetMetadata,
}

type AppKeepers struct {
// keys to access the substores
Expand Down Expand Up @@ -344,7 +342,7 @@ func NewAppKeeper(
appKeepers.GovKeeper.SetLegacyRouter(govRouter)
appKeepers.GovKeeper = *govKeeper.SetHooks(
govtypes.NewMultiGovHooks(
// register the governance hooks
// register the governance hooks
),
)

Expand Down

0 comments on commit 33a4f33

Please sign in to comment.