1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-10 21:13:53 +00:00

Fix clippy lints

Signed-off-by: BlackDex <black.dex@gmail.com>
This commit is contained in:
BlackDex 2025-05-09 18:39:22 +02:00
parent 82a3e2eb7c
commit 1eb6cd1afa
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1

View file

@ -3,7 +3,11 @@ use derive_more::{Display, From};
use serde_json::Value;
use super::{AuthRequest, UserId};
use crate::{crypto, util::{format_date, get_uuid}, CONFIG};
use crate::{
crypto,
util::{format_date, get_uuid},
CONFIG,
};
use macros::IdFromParam;
db_object! {