style(arr): cargo fmt

This commit is contained in:
Miguel Palhas
2026-08-25 05:32:25 +01:00
parent 3cc9ab4aff
commit 7b4def4516
+3 -6
View File
@@ -230,12 +230,9 @@ pub async fn update(
// `last_failure`) must not resurrect if the language is re-added later.
// Subtitle files stay — only the attempt rows are wanted-set-scoped.
for language in &dropped {
sqlx::query!(
"DELETE FROM subtitle_attempts WHERE language = ?",
language
)
.execute(&mut *transaction)
.await?;
sqlx::query!("DELETE FROM subtitle_attempts WHERE language = ?", language)
.execute(&mut *transaction)
.await?;
}
transaction.commit().await?;
// Issue #219: the row alone never reaches the running backend. Push it