1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-21 21:47:32 +02:00

Made the go bot happy

This commit is contained in:
mjarkk 2019-04-20 16:51:50 +02:00
parent a69b985086
commit 07fec6d00e

View File

@ -313,7 +313,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
} }
v.Title = gui.Tr.SLocalize("NotEnoughSpace") v.Title = gui.Tr.SLocalize("NotEnoughSpace")
v.Wrap = true v.Wrap = true
g.SetViewOnTop("limit") _, _ = g.SetViewOnTop("limit")
} }
return nil return nil
} }