attic/ebnf: go fmt

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2021-06-27 19:23:13 +01:00
parent 89ecdcd103
commit 2271848acf
+1 -1
View File
@@ -4,7 +4,7 @@ package token
type TokenType int type TokenType int
const ( const (
TokenError TokenType = iota + 1 TokenError TokenType = iota + 1
TokenEOF TokenEOF
) )