chore: Formatting

This commit is contained in:
ginger 2026-02-10 14:35:50 +00:00 committed by Ellis Git
parent d1e1ee6156
commit f5f3108d5f

View file

@ -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