diff --git a/style/style.go b/style/style.go index 6e66896..b22fca4 100644 --- a/style/style.go +++ b/style/style.go @@ -139,6 +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\n", name) + style.Echof("it's style : %s", name) + defStyle.Ln() } }