Fix formatting
This commit is contained in:
parent
6510ffa0fa
commit
ac5dd5e251
1 changed files with 6 additions and 4 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue