Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Oct 5, 2024
1 parent 0851076 commit dd919d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webserver/database/execute_queries.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use anyhow::{anyhow, Context};
use futures_util::stream::Stream;
use futures_util::StreamExt;
use serde_json::Value;
use std::borrow::Cow;
use std::collections::HashMap;
use std::pin::Pin;
use serde_json::Value;

use super::csv_import::run_csv_import;
use super::sql::{
Expand Down Expand Up @@ -385,4 +385,4 @@ impl<'q> sqlx::Execute<'q, Any> for StatementWithParams<'q> {
// Let sqlx create a prepared statement the first time it is executed, and then reuse it.
true
}
}
}

0 comments on commit dd919d3

Please sign in to comment.