Remove superfluous whitespace'

This commit is contained in:
Matt Hargett
2022-07-24 13:31:24 -07:00
parent 8fa558e754
commit 5dc75e720b

View File

@ -334,7 +334,7 @@ COMMENT
;
LINE_COMMENT
: '--' SingleLineInputCharacter* -> channel(HIDDEN)
: '--' SingleLineInputCharacter* -> channel(HIDDEN)
;
WS