1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-04 03:48:07 +02:00

make integration test pass

This commit is contained in:
Jesse Duffield 2022-01-17 19:04:06 +11:00
parent 2691477aff
commit 595aca2a4b

View File

@ -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)