Run cargo fmt using nightly
This commit is contained in:
parent
56b816a2be
commit
a0ecd76e21
6 changed files with 37 additions and 24 deletions
|
@ -1,4 +1,8 @@
|
|||
use std::{collections::HashMap, sync::RwLock, time::Duration, time::Instant};
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
sync::RwLock,
|
||||
time::{Duration, Instant},
|
||||
};
|
||||
|
||||
use log::error;
|
||||
use ruma::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue