Fix formatting

merge-requests/72/head
Jonas Platte 3 years ago
parent b76af682a6
commit 61c522dcc0
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

@ -49,8 +49,9 @@ pub async fn set_displayname_route(
)? )?
.ok_or_else(|| { .ok_or_else(|| {
Error::bad_database( Error::bad_database(
"Tried to send displayname update for user not in the room.", "Tried to send displayname update for user not in the \
) room.",
)
})? })?
.content, .content,
) )
@ -149,8 +150,9 @@ pub async fn set_avatar_url_route(
)? )?
.ok_or_else(|| { .ok_or_else(|| {
Error::bad_database( Error::bad_database(
"Tried to send displayname update for user not in the room.", "Tried to send displayname update for user not in the \
) room.",
)
})? })?
.content, .content,
) )

Loading…
Cancel
Save