Skip to content

Commit 5dbc507

Browse files
committed
chore: codefmt
1 parent 27c66ce commit 5dbc507

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/query/ast/src/parser/statement.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2886,7 +2886,6 @@ AS
28862886
INSPECT => rule!(#inspect_warehouse: "`INSPECT WAREHOUSE <warehouse>`"
28872887
).parse(i),
28882888
);
2889-
28902889
Err(nom::Err::Error(Error::from_error_kind(
28912890
i,
28922891
ErrorKind::Other("expecting SQL statement"),

0 commit comments

Comments
 (0)