cargo fmt

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-05-23 16:12:22 +02:00
parent d4c6e68bf0
commit a1c30e0194
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@ pub fn prune_datastore(
"non-recursive".to_string() "non-recursive".to_string()
}; };
if ns.is_root() { if ns.is_root() {
task_log!(worker, "Starting datastore prune on store '{store}', {depth_str}"); task_log!(
worker,
"Starting datastore prune on store '{store}', {depth_str}"
);
} else { } else {
task_log!( task_log!(
worker, worker,