Skip to content

Commit

Permalink
rm whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
taytzehao committed Oct 8, 2023
1 parent e22c32c commit 1fd589d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlparser/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3364,7 +3364,7 @@ impl Parser {
idents.push(self.parse_identifier()?);

// There are cases where no skip is required as minus could be used
// as a subtraction if an object has whitespace from the minus. If
// as a subtraction if an object has whitespace from the minus. If
// normal peek_token is used the subsequent minus could be mistaken
// to be part of the object rather than being a subtraction.
match self.peek_token_no_skip() {
Expand Down

0 comments on commit 1fd589d

Please sign in to comment.