Skip to content

Commit

Permalink
another linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Feb 2, 2024
1 parent 7cd3d83 commit 4cc0e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/capability/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func NewAppModuleBasic(cdc codec.Codec) AppModuleBasic {
}

// Name returns the capability module's name.
func (am AppModuleBasic) Name() string {
func (AppModuleBasic) Name() string {
return types.ModuleName
}

Expand Down

0 comments on commit 4cc0e0e

Please sign in to comment.