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,10 +8,10 @@ use tempfile::tempdir;
use deltachat::chat;
use deltachat::chatlist::*;
use deltachat::config;
use deltachat::configure::*;
use deltachat::constants::Event;
use deltachat::contact::*;
use deltachat::context::*;
use deltachat::configure::*;
use deltachat::job::{
perform_imap_fetch, perform_imap_idle, perform_imap_jobs, perform_smtp_idle, perform_smtp_jobs,
};