mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-27 21:49:42 +00:00
chore: remove redundant punctuation (#1434)
This commit is contained in:
parent
04a53e5753
commit
71318df8b9
7 changed files with 16 additions and 16 deletions
|
|
@ -1264,7 +1264,7 @@ impl<'a> Parser<'a> {
|
|||
self.prev_token();
|
||||
self.parse_duckdb_struct_literal()
|
||||
}
|
||||
_ => self.expected("an expression:", next_token),
|
||||
_ => self.expected("an expression", next_token),
|
||||
}?;
|
||||
|
||||
if self.parse_keyword(Keyword::COLLATE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue