summaryrefslogtreecommitdiffstats
path: root/modules/gitgraph/parser.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gitgraph/parser.go')
-rw-r--r--modules/gitgraph/parser.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gitgraph/parser.go b/modules/gitgraph/parser.go
index 62e0505652..5432962784 100644
--- a/modules/gitgraph/parser.go
+++ b/modules/gitgraph/parser.go
@@ -144,7 +144,6 @@ func (parser *Parser) releaseUnusedColors() {
// ParseGlyphs parses the provided glyphs and sets the internal state
func (parser *Parser) ParseGlyphs(glyphs []byte) {
-
// Clean state for parsing this row
parser.glyphs, parser.oldGlyphs = parser.oldGlyphs, parser.glyphs
parser.glyphs = parser.glyphs[0:0]