summaryrefslogtreecommitdiffstats
path: root/pkg/gui/menu_panel.go
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-09-07 14:23:08 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-09-07 14:23:08 +0200
commit9cef98f779f5f000370a537825c561ebac9d7539 (patch)
tree8e2f8f722c5ae9ba773cc1953fb244f29967f037 /pkg/gui/menu_panel.go
parentba6dedfb22d544ae6f972b1983fe3e2768fc0ee9 (diff)
ladies and gentlemen...
this is fmt number x+1
Diffstat (limited to 'pkg/gui/menu_panel.go')
-rw-r--r--pkg/gui/menu_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/menu_panel.go b/pkg/gui/menu_panel.go
index 5e642abe9..68041390d 100644
--- a/pkg/gui/menu_panel.go
+++ b/pkg/gui/menu_panel.go
@@ -75,7 +75,7 @@ func (gui *Gui) GetMaxKeyLength(bindings []Binding) int {
func (gui *Gui) handleMenu(g *gocui.Gui, v *gocui.View) error {
var (
- contentGlobal, contentPanel []string
+ contentGlobal, contentPanel []string
bindingsGlobal, bindingsPanel []Binding
)
// clear keys slice, so we don't have ghost elements