From a910f3e1758d12e0631c2543639384503fd9e0f1 Mon Sep 17 00:00:00 2001 From: mahdi Date: Sun, 5 Nov 2023 14:28:53 +0100 Subject: [PATCH] style - amend reset style on apply --- style/style.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.go b/style/style.go index b22fca4..27d3301 100644 --- a/style/style.go +++ b/style/style.go @@ -139,7 +139,7 @@ func (s *Styles) Keyval(key string, val string, names ...string) { func (s *Styles) Render() { for name, style := range s.List { - style.Echof("it's style : %s", name) + style.Echof(" %s", name) defStyle.Ln() } }