cargo fmt

This commit is contained in:
Simon Laux
2019-08-19 19:04:12 +02:00
parent 491826556b
commit 91481caf89
7 changed files with 7 additions and 7 deletions

View File

@@ -8,9 +8,9 @@ use rand::{thread_rng, Rng};
use crate::chat;
use crate::config::Config;
use crate::configure::*;
use crate::constants::*;
use crate::context::Context;
use crate::configure::*;
use crate::dc_e2ee::*;
use crate::dc_msg::*;
use crate::dc_tools::*;