Skip to content
Snippets Groups Projects
Unverified Commit 61c522dc authored by Jonas Platte's avatar Jonas Platte
Browse files

Fix formatting

parent b76af682
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,9 @@ pub async fn set_displayname_route(
)?
.ok_or_else(|| {
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,
)
......@@ -149,8 +150,9 @@ pub async fn set_avatar_url_route(
)?
.ok_or_else(|| {
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,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment