From e5c0655c74b025d673b36646d3ef48b9401d4888 Mon Sep 17 00:00:00 2001 From: hnolde Date: Fri, 31 Oct 2025 12:09:27 +0100 Subject: [PATCH] Fix: formatting --- src/api/admin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/admin.rs b/src/api/admin.rs index 5ca075c2..7d9ffc89 100644 --- a/src/api/admin.rs +++ b/src/api/admin.rs @@ -1,6 +1,5 @@ use data_encoding::BASE64URL_NOPAD; use once_cell::sync::Lazy; -use url::Url; use reqwest::Method; use serde::de::DeserializeOwned; use serde_json::Value; @@ -8,6 +7,7 @@ use std::collections::HashMap; use std::env; use std::sync::RwLock; use std::time::{SystemTime, UNIX_EPOCH}; +use url::Url; use rocket::serde::json::Json; use rocket::{