client: fix whitespace issue

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner 2024-04-19 11:37:32 +02:00 committed by Thomas Lamprecht
parent b12ad47242
commit fad6d21910

View File

@ -210,7 +210,6 @@ async fn backup_directory<P: AsRef<Path>>(
}
});
let stats = client
.upload_stream(archive_name, stream, upload_options)
.await?;