style: Fix formatting/clippy issues

This commit is contained in:
Jade Ellis
2025-07-02 19:32:50 +01:00
parent 143cb55ac8
commit 293e7243b3
5 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ pub(crate) async fn join_room_by_id_or_alias_route(
let sender_user = body.sender_user();
let appservice_info = &body.appservice_info;
let body = &body.body;
if services.users.is_suspended(sender_user).await? {
if services.users.is_suspended(sender_user).await? {
return Err!(Request(UserSuspended("You cannot perform this action while suspended.")));
}