mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
linting
This commit is contained in:
@ -310,7 +310,9 @@ func (app *App) layout(g *gocui.Gui) error {
|
|||||||
return err
|
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)
|
descriptionView, err := g.SetViewBeneath("description", "list", descriptionViewHeight)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user