Fix gofumpt formatting slip from the rebase conflict resolution

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Stefan Haller 2026-08-04 09:58:56 +02:00
parent 4bcb733b5c
commit b50990a8f6

View file

@ -165,7 +165,7 @@ func (gui *Gui) createAllViews() error {
func (gui *Gui) applyCurrentPagerSelectionStyle() {
bgColorWidth := 0
if gui.stateAccessor != nil && gui.stateAccessor.GetDiffRendererConfigManager() != nil &&
if gui.stateAccessor != nil && gui.stateAccessor.GetDiffRendererConfigManager() != nil &&
gui.stateAccessor.GetDiffRendererConfigManager().GetNarrowSelectionHighlight() {
bgColorWidth = 2
}