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

PR #102 Review Changes

- Reformatted code.
- Removed leftover code.
- Removed leftover comments.
- Fixed compiling on Rust 1.24.0
This commit is contained in:
eth-p
2018-05-12 06:32:23 -07:00
parent fcc36b1f79
commit fc160b0dcd
4 changed files with 61 additions and 92 deletions

View File

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