1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

appease golangci

This commit is contained in:
Jesse Duffield
2019-03-02 13:22:02 +11:00
parent 4de31da4be
commit 1337f6e76a
6 changed files with 32 additions and 13 deletions

View File

@ -49,8 +49,7 @@ func (gui *Gui) changeContext(viewName, context string) error {
}
}
gui.State.Contexts[viewName] = context
gui.setMainTitle()
return nil
return gui.setMainTitle()
}
func (gui *Gui) setInitialContexts() error {