style: cargo fmt --all
This commit is contained in:
parent
01809627d4
commit
731c8058dc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
if args.len() < 2 {
|
if args.len() < 2 {
|
||||||
return Err(format!("Usage: {} <filename>", args[0]).into());
|
return Err(format!("Usage: {} <filename>", args[0]).into());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "_deflate-any")]
|
#[cfg(feature = "_deflate-any")]
|
||||||
{
|
{
|
||||||
let filename = &*args[1];
|
let filename = &*args[1];
|
||||||
|
|
Loading…
Add table
Reference in a new issue