src/bin/proxmox-backup-client.rs: code cleanup
This commit is contained in:
parent
f6ede796ca
commit
9aa3f68278
|
@ -285,7 +285,7 @@ fn list_backup_groups(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if output_format != "text" { format_and_print_result(&(result.into()), &output_format); }
|
if output_format != "text" { format_and_print_result(&result.into(), &output_format); }
|
||||||
|
|
||||||
Ok(Value::Null)
|
Ok(Value::Null)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue