log, rest-server: cargo fmt / formatting cleanups

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2025-03-19 12:09:20 +01:00
parent 3db442fb8f
commit d42810e3c1
2 changed files with 1 additions and 2 deletions

View File

@ -181,4 +181,3 @@ pub fn init_cli_logger(
.tasklog_pbs()
.init()
}

View File

@ -1029,7 +1029,7 @@ impl WorkerTask {
if result.is_err() {
eprintln!("{}", &state.result_text());
}
},
}
None => error!("error writing task result to the tasklog"),
}