mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Remove return value of IPatchExplorerContext.Render, RenderAndFocus, and NavigateTo
This commit is contained in:
@ -300,7 +300,8 @@ func (self *PatchExplorerController) withRenderAndFocus(f func() error) func() e
|
||||
return err
|
||||
}
|
||||
|
||||
return self.context.RenderAndFocus(self.isFocused())
|
||||
self.context.RenderAndFocus(self.isFocused())
|
||||
return nil
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user