diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-12 02:18:30 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-12 02:18:30 +0800 |
| commit | 3f34f778a52227e53e7c9948f06b2e68ece1cd0f (patch) | |
| tree | 519df5759cd384e840fc0881b765585a4dd5ef0c /crates/utils/cfg_file | |
| parent | f73bbcb7de1f9ca814c1266ccef3c7ea8c9a0931 (diff) | |
Update config.rs
Diffstat (limited to 'crates/utils/cfg_file')
| -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, |
