odata-query icon indicating copy to clipboard operation
odata-query copied to clipboard

fix: added SPACE after NOT

Open ashwindeshpande06 opened this issue 6 months ago • 0 comments

According to Oasis ABNF for OData, not operator must be followed by RWS, a.k.a. a required whitespace. The library puts no space between not and the following brackets ().

This PR is to fix this issue.

ashwindeshpande06 avatar Feb 10 '24 07:02 ashwindeshpande06