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:
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 New Issue
Block a user