public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 1/2] client: fix whitespace issue
@ 2024-04-19  9:37 Christian Ebner
  2024-04-19  9:37 ` [pbs-devel] [PATCH proxmox-backup 2/2] client: backup writer: fix minor formatting issue Christian Ebner
  2024-04-21 11:31 ` [pbs-devel] applied: [PATCH proxmox-backup 1/2] client: fix whitespace issue Thomas Lamprecht
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Ebner @ 2024-04-19  9:37 UTC (permalink / raw)
  To: pbs-devel

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
---
 proxmox-backup-client/src/main.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/proxmox-backup-client/src/main.rs b/proxmox-backup-client/src/main.rs
index 9dbd3cd1a..32fe914c4 100644
--- a/proxmox-backup-client/src/main.rs
+++ b/proxmox-backup-client/src/main.rs
@@ -210,7 +210,6 @@ async fn backup_directory<P: AsRef<Path>>(
         }
     });
 
-
     let stats = client
         .upload_stream(archive_name, stream, upload_options)
         .await?;
-- 
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-04-21 11:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-19  9:37 [pbs-devel] [PATCH proxmox-backup 1/2] client: fix whitespace issue Christian Ebner
2024-04-19  9:37 ` [pbs-devel] [PATCH proxmox-backup 2/2] client: backup writer: fix minor formatting issue Christian Ebner
2024-04-21 11:31 ` [pbs-devel] applied: [PATCH proxmox-backup 1/2] client: fix whitespace issue Thomas Lamprecht

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