forked from proxmox-mirrors/proxmox
compression: more cleanups
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
2d37cd92e0
commit
ff86aa5f8a
@ -666,8 +666,7 @@ where
|
||||
encoder.add_entry(ze, content).await?;
|
||||
}
|
||||
// ignore other file types
|
||||
let ok: Result<(), Error> = Ok(());
|
||||
ok
|
||||
Ok::<(), Error>(())
|
||||
}
|
||||
.await
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user