chore: fix cargo formatting
This commit is contained in:
parent
b6f301b3ad
commit
9ea085d6db
|
|
@ -12,9 +12,10 @@ pub async fn get_index_status<'a, E>(
|
||||||
workspace_id: &Uuid,
|
workspace_id: &Uuid,
|
||||||
object_id: &str,
|
object_id: &str,
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue