style: rustfmt the signed-catalog serving

This commit is contained in:
archipelago
2026-08-31 17:09:16 -04:00
parent 687196ad3b
commit 3ed75c328d
2 changed files with 11 additions and 3 deletions
+3 -1
View File
@@ -150,7 +150,9 @@ impl ApiHandler {
// appears immediately, without a frontend release. The old external UI
// catalog below is emergency compatibility only; it must never override
// a healthy signed catalog (Cuprate was invisible for exactly that reason).
if let Ok(body) = crate::container::app_catalog::verified_catalog_body(&self.config.data_dir).await {
if let Ok(body) =
crate::container::app_catalog::verified_catalog_body(&self.config.data_dir).await
{
return Ok(Response::builder()
.status(hyper::StatusCode::OK)
.header("Content-Type", "application/json")