Fixed else statement with `cargo fmt`

This commit is contained in:
John Higgins 2022-09-09 22:26:53 -07:00
parent a272d3df16
commit 2af54dbacd
No known key found for this signature in database
GPG Key ID: 192DF5D301BD714C
1 changed files with 1 additions and 2 deletions

View File

@ -174,8 +174,7 @@ impl App {
} }
_ => unreachable!("other values for --wrap are not allowed"), _ => unreachable!("other values for --wrap are not allowed"),
} }
} } else {
else {
WrappingMode::NoWrapping(true) WrappingMode::NoWrapping(true)
} }
} else { } else {