1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-05 04:42:27 +01:00

PR #102 Followed @BrainMaestro's suggestions

Also ran cargo fmt.
This commit is contained in:
eth-p
2018-05-13 03:26:23 -07:00
parent 9f005d115d
commit 870b3c0daf
4 changed files with 42 additions and 45 deletions

View File

@@ -16,7 +16,7 @@ pub enum OutputComponent {
#[derive(Debug, Eq, PartialEq, Copy, Clone, Hash)]
pub enum OutputWrap {
Character,
None
None,
}
impl OutputComponent {