From 3f34f778a52227e53e7c9948f06b2e68ece1cd0f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 12 Sep 2025 02:18:30 +0800 Subject: Update config.rs --- crates/utils/cfg_file/src/config.rs | 8 ++++---- 1 file 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, -- cgit