mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-09 13:47:11 +02: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…
x
Reference in New Issue
Block a user