formatting

This commit is contained in:
holger krekel
2019-07-19 12:31:22 +02:00
parent 42688a0622
commit 169923b102

View File

@@ -110,7 +110,7 @@ unsafe fn dc_job_perform(context: &Context, thread: libc::c_int, probe_network:
},
);
match jobs {
Ok(ref res) => {}
Ok(ref res) => {}
Err(ref err) => {
info!(context, 0, "query failed: {:?}", err);
}