From 9dab53e0afee54745e168d70275f56ca77728413 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 16 Jul 2019 00:20:54 +0200 Subject: [PATCH] rustfmt --- src/context.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/context.rs b/src/context.rs index 924c4f7d9..809a28f56 100644 --- a/src/context.rs +++ b/src/context.rs @@ -286,11 +286,7 @@ pub unsafe fn dc_context_unref(context: &mut Context) { pub unsafe fn dc_close(context: &Context) { println!("disconnecting inbox watch yooaa"); - info!( - context, - 0, - "disconnecting INBOX-watch", - ); + info!(context, 0, "disconnecting INBOX-watch",); context.inbox.read().unwrap().disconnect(context); info!(context, 0, "disconnecting sentbox-thread",); context