deleted debug line, improved README formatting

This commit is contained in:
Philip (a-0) 2022-09-06 19:35:55 +02:00
parent 88f7d9740c
commit c8c0f6a400
2 changed files with 3 additions and 1 deletions

View file

@ -64,7 +64,7 @@ pub async fn get_clients(config: &mut Config) -> Vec<Client> {
},
Err(_e) => (),
};
}let a = ruma::RoomAliasId::parse(&String::from("abc"));
}
}
room_aliases_resolved = true;
}