Skip to content

Commit

Permalink
Grammar indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Oct 17, 2024
1 parent cc7434a commit a2b78c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugin/kql/src/main/antlr/KqlBase.g4
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ topLevelQuery
;

query
: query (AND | OR) query #booleanQuery
: query (AND | OR) query #booleanQuery
| NOT subQuery=simpleQuery #notQuery
| simpleQuery #defaultQuery
;
Expand Down

0 comments on commit a2b78c3

Please sign in to comment.