Browse Source

Fix formatting

merge-requests/72/head
Jonas Platte 5 years ago
parent
commit
61c522dcc0
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
  1. 6
      src/client_server/profile.rs

6
src/client_server/profile.rs

@ -49,7 +49,8 @@ pub async fn set_displayname_route( @@ -49,7 +49,8 @@ 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,7 +150,8 @@ pub async fn set_avatar_url_route( @@ -149,7 +150,8 @@ 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,

Loading…
Cancel
Save