Explorar o código

Sort the imports in notifications.rs alphabetically

Fabian Thies %!s(int64=4) %!d(string=hai) anos
pai
achega
1f0f64d961
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/api/notifications.rs

+ 1 - 1
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;