From a75224ec829bf261c47de26bc914e3b01ceb4364 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 17 Sep 2023 18:54:59 +1000 Subject: [PATCH] running golangci-lint Signed-off-by: Navid Yaghoobi --- gauge_um.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gauge_um.go b/gauge_um.go index ec24bfa..6561499 100644 --- a/gauge_um.go +++ b/gauge_um.go @@ -154,6 +154,6 @@ func (g *UtilModeGauge) getBarColor(percentage float64) tcell.Color { } // SetEmptyColor sets empty gauge color. -func (g *UtilModeGauge) SetEmptyColor (color tcell.Color) { +func (g *UtilModeGauge) SetEmptyColor(color tcell.Color) { g.emptyColor = color }