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