remove unnecessary parens
This commit is contained in:
parent
948eaf7210
commit
6f714f16b3
|
@ -121,7 +121,7 @@ entityName
|
|||
;
|
||||
|
||||
identificationVariableDef
|
||||
: (AS identifier)
|
||||
: AS identifier
|
||||
| IDENTIFIER
|
||||
| QUOTED_IDENTIFIER
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue