1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

more removing of g

This commit is contained in:
Jesse Duffield
2020-08-15 17:23:16 +10:00
parent 15229bbdab
commit 9b7a6934b3
21 changed files with 114 additions and 117 deletions

View File

@ -78,7 +78,7 @@ func (gui *Gui) validateNormalWorkingTreeState() (bool, error) {
func (gui *Gui) returnFocusFromLineByLinePanelIfNecessary() error {
if gui.State.MainContext == "patch-building" {
return gui.handleEscapePatchBuildingPanel(gui.g, nil)
return gui.handleEscapePatchBuildingPanel()
}
return nil
}