From 1f0f64d961cd8839bcd5be6336f68d44b40aaa21 Mon Sep 17 00:00:00 2001 From: Fabian Thies Date: Wed, 4 Aug 2021 16:56:43 +0200 Subject: [PATCH] Sort the imports in notifications.rs alphabetically --- src/api/notifications.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/notifications.rs b/src/api/notifications.rs index e7b4a1e6..56985070 100644 --- 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;