Browse Source

Sort the imports in notifications.rs alphabetically

pull/1881/head
Fabian Thies 4 years ago
parent
commit
1f0f64d961
  1. 2
      src/api/notifications.rs

2
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;

Loading…
Cancel
Save