cargo fmt/clippy

master
Devin R 2020-04-02 07:06:21 -04:00
parent 2ed152708c
commit c172507b5f
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ impl Client {
// TODO notify our callers of new devices via some callback. // TODO notify our callers of new devices via some callback.
Ok(()) Ok(())
} }
pub(crate) async fn emit_timeline_event(&mut self, room_id: &RoomId, event: &mut RoomEvent) { pub(crate) async fn emit_timeline_event(&mut self, room_id: &RoomId, event: &mut RoomEvent) {
match event { match event {
RoomEvent::RoomMember(mem) => { RoomEvent::RoomMember(mem) => {