Skip to content

Commit 595aca2

Browse files
committed
make integration test pass
1 parent 2691477 commit 595aca2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/gui/merge_panel.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ func (gui *Gui) renderConflicts(state *mergeconflicts.State, hasFocus bool) (boo
175175
state.SetConflictsFromCat(cat)
176176

177177
if state.NoConflicts() {
178-
// we shouldn't end up here
179-
return false, nil
178+
return false, gui.handleCompleteMerge()
180179
}
181180

182181
content := mergeconflicts.ColoredConflictFile(cat, state, hasFocus)

0 commit comments

Comments
 (0)