mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Remove trailing ; in QL language spec
(cherry picked from commit c91815f44d)
This commit is contained in:
@@ -1798,7 +1798,7 @@ The complete grammar for QL is as follows:
|
||||
|
||||
::
|
||||
|
||||
ql ::= moduleBody ;
|
||||
ql ::= moduleBody
|
||||
|
||||
module ::= annotation* "module" modulename "{" moduleBody "}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user