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

@ -12,9 +12,10 @@ pub async fn get_index_status<'a, E>(
workspace_id: &Uuid,
object_id: &str,
partition_key: i32,
) -> Result<IndexingStatus, sqlx::Error>
) -> Result<IndexingStatus, sqlx::Error>
where
E: Executor<'a, Database = Postgres>, {
E: Executor<'a, Database = Postgres>,
{
let result = sqlx::query!(
r#"
SELECT