diff --git a/gauge_um.go b/gauge_um.go index 22e63d1..ec24bfa 100644 --- a/gauge_um.go +++ b/gauge_um.go @@ -156,6 +156,4 @@ func (g *UtilModeGauge) getBarColor(percentage float64) tcell.Color { // SetEmptyColor sets empty gauge color. func (g *UtilModeGauge) SetEmptyColor (color tcell.Color) { g.emptyColor = color - - //Signed-off-by: Sumon Sutrodhar }