Skip to content

Commit

Permalink
make integration test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Jan 17, 2022
1 parent 2691477 commit 595aca2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/gui/merge_panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 595aca2

Please sign in to comment.