diff --git a/g3proxy/src/auth/source/mod.rs b/g3proxy/src/auth/source/mod.rs index 553837cc..1c1f49f3 100644 --- a/g3proxy/src/auth/source/mod.rs +++ b/g3proxy/src/auth/source/mod.rs @@ -14,12 +14,13 @@ * limitations under the License. */ +use std::sync::Arc; +use std::time::Duration; + use ahash::AHashMap; use arc_swap::ArcSwap; use chrono::{DateTime, Utc}; use log::warn; -use std::sync::Arc; -use std::time::Duration; use tokio::sync::{mpsc, oneshot}; use super::{User, UserGroupConfig};