Skip to content

Commit a37e30e

Browse files
committed
fix: lint
1 parent 66c4d61 commit a37e30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion-postgres/src/handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ impl QueryParser for Parser {
784784

785785
// Check for transaction commands that shouldn't be parsed by DataFusion
786786
if let Some(plan) = self
787-
.try_shortcut_parse_plan(&sql)
787+
.try_shortcut_parse_plan(sql)
788788
.map_err(|e| PgWireError::ApiError(Box::new(e)))?
789789
{
790790
return Ok((sql.to_string(), plan));

0 commit comments

Comments
 (0)