diff options
Diffstat (limited to 'crates/utils')
| -rw-r--r-- | crates/utils/cfg_file/src/config.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/utils/cfg_file/src/config.rs b/crates/utils/cfg_file/src/config.rs index a5d5740..dd542cf 100644 --- a/crates/utils/cfg_file/src/config.rs +++ b/crates/utils/cfg_file/src/config.rs @@ -1,10 +1,10 @@ use async_trait::async_trait; use serde::{ Deserialize, Serialize }; use std::{ - borrow::Cow, - env::current_dir, - io::Error, - path:: { PathBuf, Path }, + borrow::Cow, + env::current_dir, + io::Error, + path:: { PathBuf, Path }, }; use tokio::{ fs, |
