style - amend reset style on apply
This commit is contained in:
parent
a1b44c457f
commit
a910f3e175
|
@ -139,7 +139,7 @@ func (s *Styles) Keyval(key string, val string, names ...string) {
|
||||||
|
|
||||||
func (s *Styles) Render() {
|
func (s *Styles) Render() {
|
||||||
for name, style := range s.List {
|
for name, style := range s.List {
|
||||||
style.Echof("it's style : %s", name)
|
style.Echof(" %s", name)
|
||||||
defStyle.Ln()
|
defStyle.Ln()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user