Keep errors lowercase

This commit is contained in:
Christian Muehlhaeuser
2019-12-10 18:17:29 +01:00
parent 544fe9741d
commit 0c4f259f6a
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -13,7 +13,6 @@ type ItemElement struct {
func (e *ItemElement) Render(w io.Writer, ctx RenderContext) error {
var el *BaseElement
if e.Enumeration > 0 {
el = &BaseElement{
Token: e.Text,
Style: ctx.style[Enumeration],