mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Made the go bot happy
This commit is contained in:
parent
a69b985086
commit
07fec6d00e
|
|
@ -313,7 +313,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
|
|||
}
|
||||
v.Title = gui.Tr.SLocalize("NotEnoughSpace")
|
||||
v.Wrap = true
|
||||
g.SetViewOnTop("limit")
|
||||
_, _ = g.SetViewOnTop("limit")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue