From cd8b0fa58538f4fc84e8717ea40fcb61ebfdc8f0 Mon Sep 17 00:00:00 2001 From: Miguel Figueira Ferraz Date: Tue, 19 Sep 2023 09:39:18 -0300 Subject: [PATCH] Fix linting issue --- 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 10558981..8cadf3c7 100644 --- a/pkg/gui/views.go +++ b/pkg/gui/views.go @@ -101,7 +101,7 @@ func (gui *Gui) createAllViews() error { (*mapping.viewPtr).FgColor = gocui.ColorDefault } - selectedLineBgColor := GetGocuiStyle(gui.Config.UserConfig.Gui.Theme.SelectedLineBgColor) + selectedLineBgColor := GetGocuiStyle(gui.Config.UserConfig.Gui.Theme.SelectedLineBgColor) gui.Views.Main.Wrap = gui.Config.UserConfig.Gui.WrapMainPanel // when you run a docker container with the -it flags (interactive mode) it adds carriage returns for some reason. This is not docker's fault, it's an os-level default.