Run cargo fmt using nightly
This commit is contained in:
parent
56b816a2be
commit
a0ecd76e21
6 changed files with 37 additions and 24 deletions
|
@ -2,7 +2,8 @@ use super::State;
|
|||
use crate::{ConduitResult, Database, Error, Ruma};
|
||||
use ruma::{
|
||||
api::client::{
|
||||
error::ErrorKind, r0::capabilities::get_capabilities, r0::read_marker::set_read_marker,
|
||||
error::ErrorKind,
|
||||
r0::{capabilities::get_capabilities, read_marker::set_read_marker},
|
||||
},
|
||||
events::{AnyEphemeralRoomEvent, AnyEvent, EventType},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue