remove unnecessary parens

This commit is contained in:
Gavin King 2022-01-02 17:40:28 +01:00
parent 948eaf7210
commit 6f714f16b3
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ entityName
;
identificationVariableDef
: (AS identifier)
: AS identifier
| IDENTIFIER
| QUOTED_IDENTIFIER
;