cleaning up

mine
derailed 2020-09-19 11:24:12 -06:00
parent 2e04a846e6
commit d7b933553c
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ func (m MenuHint) IsBlank() bool {
}
// String returns a string representation.
func (h MenuHint) String() string {
return h.Mnemonic
func (m MenuHint) String() string {
return m.Mnemonic
}
// MenuHints represents a collection of hints.