chore: Formatting fixes

This commit is contained in:
Ginger 2026-02-09 21:28:00 -05:00 committed by Ellis Git
parent 3c0146d437
commit b9b1ff87f2

View file

@ -762,7 +762,7 @@ async fn fix_local_invite_state(services: &Services) -> Result {
fixed = fixed.saturating_add(1);
}
Ok((fixed))
Ok(fixed)
})
.await?;