cargo fmt

This commit is contained in:
Alexander Krotov
2020-07-16 04:00:06 +03:00
committed by holger krekel
parent cde587fefa
commit 6067d40a6f

View File

@@ -976,10 +976,7 @@ async fn perform_job_action(
}
};
info!(
context,
"Finished immediate try {} of job {}", tries, job
);
info!(context, "Finished immediate try {} of job {}", tries, job);
try_res
}