commit 1f0f64d961cd8839bcd5be6336f68d44b40aaa21
parent 42ba817a4c423457a014f13cec3faba994770b21
Author: Fabian Thies <github@fabian-thies.ml>
Date: Wed, 4 Aug 2021 16:56:43 +0200
Sort the imports in notifications.rs alphabetically
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/api/notifications.rs b/src/api/notifications.rs
@@ -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;