Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydewaal committed Oct 5, 2024
1 parent 59399b9 commit 4ceb879
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqlx-postgres/src/connection/describe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,8 @@ WHERE rngtypid = $1
let mut comma = false;

if params_len > 0 {
self.execute("set plan_cache_mode = force_generic_plan;").await?;
self.execute("set plan_cache_mode = force_generic_plan;")
.await?;

explain += "(";

Expand Down

0 comments on commit 4ceb879

Please sign in to comment.