chore: fix cargo formatting

This commit is contained in:
Bartosz Sypytkowski 2024-06-27 09:25:33 +02:00
parent b6f301b3ad
commit 9ea085d6db
1 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,8 @@ pub async fn get_index_status<'a, E>(
partition_key: i32, partition_key: i32,
) -> Result<IndexingStatus, sqlx::Error> ) -> Result<IndexingStatus, sqlx::Error>
where where
E: Executor<'a, Database = Postgres>, { E: Executor<'a, Database = Postgres>,
{
let result = sqlx::query!( let result = sqlx::query!(
r#" r#"
SELECT SELECT