1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-31 18:21:43 +00:00

tidied commits

This commit is contained in:
Oliver looney
2023-12-10 17:24:49 +00:00
parent 069318b139
commit 6ad800e43a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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()?),