mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-29 23:17:32 +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)
|
state.SetConflictsFromCat(cat)
|
||||||
|
|
||||||
if state.NoConflicts() {
|
if state.NoConflicts() {
|
||||||
// we shouldn't end up here
|
return false, gui.handleCompleteMerge()
|
||||||
return false, nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
content := mergeconflicts.ColoredConflictFile(cat, state, hasFocus)
|
content := mergeconflicts.ColoredConflictFile(cat, state, hasFocus)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user