cargo fmt

This commit is contained in:
Bastian Gruber 2023-04-30 21:43:00 +02:00
parent 9bd3b34ced
commit 319597ae30
No known key found for this signature in database
GPG key ID: BE9F8C772B188CBF

View file

@ -1,7 +1,7 @@
use std::sync::Arc;
use tokio::sync::RwLock;
use tracing::{debug, info};
use tracing::info;
use crate::Result;