mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 00:56:25 -04:00
Fix gofumpt formatting slip from the rebase conflict resolution
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
4bcb733b5c
commit
b50990a8f6
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue