compression: more cleanups

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-07-05 13:23:14 +02:00
parent 2d37cd92e0
commit ff86aa5f8a

View File

@ -666,8 +666,7 @@ where
encoder.add_entry(ze, content).await?;
}
// ignore other file types
let ok: Result<(), Error> = Ok(());
ok
Ok::<(), Error>(())
}
.await
{