mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
appease golangci
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user