mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
rustfmt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user