From b50990a8f61d5aa2c0571b61310966cd8f329956 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Tue, 4 Aug 2026 09:58:56 +0200 Subject: [PATCH] Fix gofumpt formatting slip from the rebase conflict resolution Co-Authored-By: Claude Fable 5 --- pkg/gui/views.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gui/views.go b/pkg/gui/views.go index e208d1321..8ef91509a 100644 --- a/pkg/gui/views.go +++ b/pkg/gui/views.go @@ -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 }