mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-22 07:43:39 +01:00
tidied commits
This commit is contained in:
parent
069318b139
commit
6ad800e43a
@ -88,7 +88,6 @@ impl<'b> Controller<'b> {
|
||||
clircle::Identifier::stdout()
|
||||
};
|
||||
|
||||
|
||||
let mut writer = match output_buffer {
|
||||
Some(buf) => OutputHandle::FmtWrite(buf),
|
||||
None => OutputHandle::IoWrite(output_type.handle()?),
|
||||
|
@ -1,5 +1,5 @@
|
||||
use shell_words::ParseError;
|
||||
use std::{env};
|
||||
use std::env;
|
||||
|
||||
/// If we use a pager, this enum tells us from where we were told to use it.
|
||||
#[derive(Debug, PartialEq)]
|
||||
|
Loading…
Reference in New Issue
Block a user