Skip to content

Commit

Permalink
Use reference
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Dec 11, 2024
1 parent f8b6c31 commit 4cf28b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/query-engine/execution/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pub async fn explain(
let pretty = sqlformat::format(
&query.sql,
&sqlformat::QueryParams::None,
sqlformat::FormatOptions::default(),
&sqlformat::FormatOptions::default(),
);

Ok((pretty, results.join("\n")))
Expand Down

0 comments on commit 4cf28b9

Please sign in to comment.