mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-15 20:47:23 +00:00
client: fix whitespace issue
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
parent
b12ad47242
commit
fad6d21910
@ -210,7 +210,6 @@ async fn backup_directory<P: AsRef<Path>>(
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
let stats = client
|
let stats = client
|
||||||
.upload_stream(archive_name, stream, upload_options)
|
.upload_stream(archive_name, stream, upload_options)
|
||||||
.await?;
|
.await?;
|
||||||
|
Loading…
Reference in New Issue
Block a user