[pbs-devel] applied-series: [PATCH proxmox-backup 1/2] client: pxar: fix minor formatting issue
Fabian Grünbichler
f.gruenbichler at proxmox.com
Fri Jun 7 12:09:47 CEST 2024
On June 6, 2024 7:28 pm, Christian Ebner wrote:
> Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
> ---
> pbs-client/src/pxar/create.rs | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/pbs-client/src/pxar/create.rs b/pbs-client/src/pxar/create.rs
> index 56c82fe4d..12a4d92c3 100644
> --- a/pbs-client/src/pxar/create.rs
> +++ b/pbs-client/src/pxar/create.rs
> @@ -1819,9 +1819,7 @@ mod tests {
> };
>
> let file_metadata = Metadata {
> - stat: pxar::Stat::default()
> - .mode(0o777u64)
> - .set_regular_file(),
> + stat: pxar::Stat::default().mode(0o777u64).set_regular_file(),
> ..Default::default()
> };
>
> --
> 2.39.2
>
>
>
> _______________________________________________
> pbs-devel mailing list
> pbs-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>
>
>
More information about the pbs-devel
mailing list