style: rustfmt update.rs — unblock release gate

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
archipelago
2026-08-12 07:35:54 -04:00
co-authored by Claude Fable 5
parent 71a57c3ec1
commit a500a75235
+1 -3
View File
@@ -1540,9 +1540,7 @@ pub async fn apply_update(data_dir: &Path) -> Result<()> {
.await?
.available_update
.ok_or_else(|| {
anyhow::anyhow!(
"Update manifest missing from state — re-download the update"
)
anyhow::anyhow!("Update manifest missing from state — re-download the update")
})?;
verify_staged_components(&staging_dir, &manifest).await?;