Browse Source

attic/ebnf: `go fmt`

Signed-off-by: Alejandro Mery <amery@jpi.io>
v0.2.x
Alejandro Mery 3 years ago
parent
commit
2271848acf
  1. 2
      attic/ebnf/token/tokentype.go

2
attic/ebnf/token/tokentype.go

@ -4,7 +4,7 @@ package token
type TokenType int
const (
TokenError TokenType = iota + 1
TokenError TokenType = iota + 1
TokenEOF
)

Loading…
Cancel
Save