chore: Formatting fixes

This commit is contained in:
Ginger 2026-02-09 21:28:00 -05:00
parent 8add53f8ab
commit 931b9735e9
No known key found for this signature in database

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?;