cargo fmt
This commit is contained in:
parent
9bd3b34ced
commit
319597ae30
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use std::sync::Arc;
|
||||
use tokio::sync::RwLock;
|
||||
|
||||
use tracing::{debug, info};
|
||||
use tracing::info;
|
||||
|
||||
use crate::Result;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue