goreportcard stuff

This commit is contained in:
probandula
2016-10-30 09:10:57 +01:00
parent 0408b23d9d
commit 9e6c45dd86

View File

@@ -90,7 +90,7 @@ func (ar *AsciiRender) RenderOpts(str string, opt *RenderOptions) (string, error
// Foreach line of the font height
for curLine := 0; curLine < font.height; curLine++ {
// Add the current line of the char to the result
for i, _ := range chars {
for i := range chars {
result += chars[i].GetLine(curLine)
}
// A new line at the end