[pbs-devel] [PATCH proxmox-backup 1/2] client: pxar: fix minor formatting issue
Christian Ebner
c.ebner at proxmox.com
Thu Jun 6 19:28:12 CEST 2024
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
More information about the pbs-devel
mailing list