Skip to content

Commit

Permalink
Sort the imports in notifications.rs alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Thies committed Aug 4, 2021
1 parent 42ba817 commit 1f0f64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/notifications.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1f0f64d

Please sign in to comment.