Update gauge_um.go

Signed-off-by: Sumon Sutrodhar <sumon.cse14@gmail.com>
This commit is contained in:
Sumon Sutrodhar 2023-08-07 11:39:10 +02:00 committed by GitHub
parent 2a46635027
commit 077b765b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,5 +155,5 @@ func (g *UtilModeGauge) getBarColor(percentage float64) tcell.Color {
// SetEmptyColor sets empty gauge color.
func (g *UtilModeGauge) SetEmptyColor (color tcell.Color) {
g.emptyColor = color
g.emptyColor = color
}