style: fmt

This commit is contained in:
George Miao 2022-10-31 11:04:38 -04:00 committed by Aleksandr
parent 50fbfe9f35
commit da48966953

View File

@ -6,10 +6,10 @@ use serde::de::DeserializeOwned;
#[cfg(feature = "sync")]
mod sync;
#[cfg(feature = "sync")]
pub use sync::SharableTransClient;
pub mod types;
use types::{
BasicAuth, BlocklistUpdate, FreeSpace, Id, Nothing, PortTest, Result, RpcRequest, RpcResponse,