[pbs-devel] [PATCH proxmox-backup 1/2] client: fix whitespace issue
Christian Ebner
c.ebner at proxmox.com
Fri Apr 19 11:37:32 CEST 2024
Signed-off-by: Christian Ebner <c.ebner at 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
More information about the pbs-devel
mailing list