1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-28 10:15:41 +02:00

Sort the imports in notifications.rs alphabetically

Dieser Commit ist enthalten in:
Fabian Thies 2021-08-04 16:56:43 +02:00
Ursprung 42ba817a4c
Commit 1f0f64d961

Datei anzeigen

@ -65,7 +65,7 @@ use chashmap::CHashMap;
use chrono::NaiveDateTime;
use serde_json::from_str;
use crate::db::models::{Cipher, Folder, User, Send};
use crate::db::models::{Cipher, Folder, Send, User};
use rmpv::Value;