Browse Source

attic/ebnf: `go fmt`

Signed-off-by: Alejandro Mery <[email protected]>
v0.2.x
Alejandro Mery 4 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 type TokenType int
const ( const (
TokenError TokenType = iota + 1 TokenError TokenType = iota + 1
TokenEOF TokenEOF
) )

Loading…
Cancel
Save