mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
make integration test pass
This commit is contained in:
parent
2691477aff
commit
595aca2a4b
|
|
@ -175,8 +175,7 @@ func (gui *Gui) renderConflicts(state *mergeconflicts.State, hasFocus bool) (boo
|
|||
state.SetConflictsFromCat(cat)
|
||||
|
||||
if state.NoConflicts() {
|
||||
// we shouldn't end up here
|
||||
return false, nil
|
||||
return false, gui.handleCompleteMerge()
|
||||
}
|
||||
|
||||
content := mergeconflicts.ColoredConflictFile(cat, state, hasFocus)
|
||||
|
|
|
|||
Loading…
Reference in a new issue