public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 1/2] client: pxar: fix minor formatting issue
@ 2024-06-06 17:28 Christian Ebner
  2024-06-06 17:28 ` [pbs-devel] [PATCH proxmox-backup 2/2] client: helper: " Christian Ebner
  2024-06-07 10:09 ` [pbs-devel] applied-series: [PATCH proxmox-backup 1/2] client: pxar: " Fabian Grünbichler
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Ebner @ 2024-06-06 17:28 UTC (permalink / raw)
  To: pbs-devel

Signed-off-by: Christian Ebner <c.ebner@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@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-07 10:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-06 17:28 [pbs-devel] [PATCH proxmox-backup 1/2] client: pxar: fix minor formatting issue Christian Ebner
2024-06-06 17:28 ` [pbs-devel] [PATCH proxmox-backup 2/2] client: helper: " Christian Ebner
2024-06-07 10:09 ` [pbs-devel] applied-series: [PATCH proxmox-backup 1/2] client: pxar: " Fabian Grünbichler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal