mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Remove return value of IContextMgr.Push/Pop et. al.
This commit is contained in:
@ -131,7 +131,8 @@ func (self *RemotesController) enter(remote *models.Remote) error {
|
||||
return err
|
||||
}
|
||||
|
||||
return self.c.Context().Push(remoteBranchesContext)
|
||||
self.c.Context().Push(remoteBranchesContext)
|
||||
return nil
|
||||
}
|
||||
|
||||
func (self *RemotesController) add() error {
|
||||
|
Reference in New Issue
Block a user