From a500a752356e90398942247781edac05f4a0b295 Mon Sep 17 00:00:00 2001 From: archipelago Date: Wed, 12 Aug 2026 07:35:54 -0400 Subject: [PATCH] =?UTF-8?q?style:=20rustfmt=20update.rs=20=E2=80=94=20unbl?= =?UTF-8?q?ock=20release=20gate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- core/archipelago/src/update.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/archipelago/src/update.rs b/core/archipelago/src/update.rs index 51812f80..f25b884f 100644 --- a/core/archipelago/src/update.rs +++ b/core/archipelago/src/update.rs @@ -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?;