Skip to content

Commit

Permalink
running golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Sep 17, 2023
1 parent 1f6c90c commit a75224e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gauge_um.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit a75224e

Please sign in to comment.