style: format auth imports

This commit is contained in:
a.tolmachev
2026-04-01 00:03:34 +03:00
parent c26e1ac258
commit 516c3d2814
+2 -2
View File
@@ -1,9 +1,9 @@
#[cfg(test)]
use argon2::{Algorithm, Params, Version};
use argon2::{
Argon2,
password_hash::{PasswordHash, PasswordHasher, PasswordVerifier, SaltString, rand_core::OsRng},
};
#[cfg(test)]
use argon2::{Algorithm, Params, Version};
use axum::{
extract::{OriginalUri, Request, State},
middleware::Next,