Skip to content

Commit a5c0e3d

Browse files
committed
Fixed formatting
1 parent 26982b4 commit a5c0e3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tree/peg.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,6 @@ func (t *Tree) Compile(file string, args []string, out io.Writer) (err error) {
689689
s = cache.s
690690
return
691691
}
692-
693692
cache.reached = true
694693
consumes, s = optimizeAlternates(n.Front())
695694
cache.consumes = consumes

0 commit comments

Comments
 (0)