Fixed else statement with `cargo fmt`

pull/2309/head
John Higgins 2 years ago
parent a272d3df16
commit 2af54dbacd
No known key found for this signature in database
GPG Key ID: 192DF5D301BD714C

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

Loading…
Cancel
Save