mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
ladies and gentlemen...
this is fmt number x+1
This commit is contained in:
@ -75,7 +75,7 @@ func (gui *Gui) GetMaxKeyLength(bindings []Binding) int {
|
|||||||
|
|
||||||
func (gui *Gui) handleMenu(g *gocui.Gui, v *gocui.View) error {
|
func (gui *Gui) handleMenu(g *gocui.Gui, v *gocui.View) error {
|
||||||
var (
|
var (
|
||||||
contentGlobal, contentPanel []string
|
contentGlobal, contentPanel []string
|
||||||
bindingsGlobal, bindingsPanel []Binding
|
bindingsGlobal, bindingsPanel []Binding
|
||||||
)
|
)
|
||||||
// clear keys slice, so we don't have ghost elements
|
// clear keys slice, so we don't have ghost elements
|
||||||
|
Reference in New Issue
Block a user