From d7b933553c9bb282fed1cbb8d58264922c7267e4 Mon Sep 17 00:00:00 2001 From: derailed Date: Sat, 19 Sep 2020 11:24:12 -0600 Subject: [PATCH] cleaning up --- internal/model/menu_hint.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/model/menu_hint.go b/internal/model/menu_hint.go index 25234520..bbcf6843 100644 --- a/internal/model/menu_hint.go +++ b/internal/model/menu_hint.go @@ -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.