cargo fmt

This commit is contained in:
Simon Wicky
2024-02-06 13:45:43 +01:00
committed by Simon Wicky
parent 6924f29d32
commit a16b21ce3c
+1 -1
View File
@@ -7,10 +7,10 @@ use nym_client_core::{
config::TopologyStructure,
error::ClientCoreStatusMessage,
};
use nym_topology_control::geo_aware_provider::GroupBy;
use nym_socks5_client_core::{NymClient as Socks5NymClient, Socks5ControlMessageSender};
use nym_sphinx::params::PacketSize;
use nym_task::manager::TaskStatus;
use nym_topology_control::geo_aware_provider::GroupBy;
use std::sync::Arc;
use tap::TapFallible;
use tokio::sync::RwLock;