1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-06 02:41:06 +01:00

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

View File

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