From d894b9e2669c18019ecc951af9d2f1ccb95a9057 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 3 Jan 2025 14:26:38 +0100 Subject: [PATCH] fmt --- src/actix_web/inbox.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actix_web/inbox.rs b/src/actix_web/inbox.rs index 0959b33..0912e72 100644 --- a/src/actix_web/inbox.rs +++ b/src/actix_web/inbox.rs @@ -144,7 +144,7 @@ mod test { .await; match res { - Err(Error::ParseReceivedActivity{err: _, id}) => { + Err(Error::ParseReceivedActivity { err: _, id }) => { assert_eq!(activity_id, id.expect("has url").as_str()); } _ => unreachable!(),