style: Fix cargo fmt warning
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
parent
b7cce8a296
commit
8fa3ebb343
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
}
|
||||
|
||||
let filename = &*args[1];
|
||||
#[cfg(feature = "_deflate-any")] {
|
||||
#[cfg(feature = "_deflate-any")]
|
||||
{
|
||||
doit(filename)?;
|
||||
}
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Reference in a new issue