Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowman committed Apr 25, 2024
1 parent bc313d9 commit a7edf18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ func (appKeepers *AppKeepers) SetupHooks() {

appKeepers.GovKeeper.SetHooks(
govtypes.NewMultiGovHooks(
// insert governance hooks receivers here
// insert governance hooks receivers here
),
)

Expand Down
2 changes: 1 addition & 1 deletion x/interchainstaking/ibc_module.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ func (IBCModule) NegotiateAppVersion(
_ string,
) (string, error) {
return "", nil
}
}

0 comments on commit a7edf18

Please sign in to comment.