run nightly cargo fmt again
Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
parent
17e0384eeb
commit
de53ad83b2
11 changed files with 45 additions and 28 deletions
|
@ -66,10 +66,11 @@ pub(super) async fn reprocess(
|
|||
format!("#{}:{}", room_alias_localpart, services.globals.server_name());
|
||||
let room_alias = match OwnedRoomAliasId::parse(room_alias_str) {
|
||||
| Ok(alias) => alias,
|
||||
| Err(err) =>
|
||||
| Err(err) => {
|
||||
return Ok(RoomMessageEventContent::text_plain(format!(
|
||||
"Failed to parse alias: {err}"
|
||||
))),
|
||||
)));
|
||||
},
|
||||
};
|
||||
match command {
|
||||
| RoomAliasCommand::Set { force, room_id, .. } => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue