From 5807838b553bb8e3add15025925d5c60afd56cfc Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sun, 26 Jan 2025 22:00:28 +0100 Subject: Small style fix --- server/src/auth.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server/src') diff --git a/server/src/auth.rs b/server/src/auth.rs index 1b7ea89..919dd51 100644 --- a/server/src/auth.rs +++ b/server/src/auth.rs @@ -14,8 +14,7 @@ use rocket_db_pools::{sqlx, Connection, Database}; use std::borrow::Cow; use std::cmp::Ordering; use std::collections::BTreeMap; -use std::sync::Mutex; -use std::sync::OnceLock; +use std::sync::{Mutex, OnceLock}; use std::time::Instant; use time::Duration; use utoipa::openapi::security::{ApiKey, ApiKeyValue, SecurityScheme}; -- cgit v1.2.3-70-g09d2