chore: Formatting
This commit is contained in:
parent
d1e1ee6156
commit
f5f3108d5f
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ impl Service {
|
|||
/// Checks whether a given user is an admin of this server
|
||||
pub async fn user_is_admin(&self, user_id: &UserId) -> bool {
|
||||
if self.services.globals.server_user == user_id {
|
||||
return true
|
||||
return true;
|
||||
}
|
||||
|
||||
if self
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue