mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
linting
This commit is contained in:
parent
b6d0bdfa2d
commit
8b7f7cbc30
|
|
@ -310,7 +310,9 @@ func (app *App) layout(g *gocui.Gui) error {
|
|||
return err
|
||||
}
|
||||
}
|
||||
listView.SetCursor(0, app.itemIdx)
|
||||
if err := listView.SetCursor(0, app.itemIdx); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
descriptionView, err := g.SetViewBeneath("description", "list", descriptionViewHeight)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue