chore: Formatting fixes
This commit is contained in:
parent
8add53f8ab
commit
931b9735e9
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,7 @@ async fn fix_local_invite_state(services: &Services) -> Result {
|
||||||
fixed = fixed.saturating_add(1);
|
fixed = fixed.saturating_add(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok((fixed))
|
Ok(fixed)
|
||||||
})
|
})
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue