tidied commits

This commit is contained in:
Oliver looney 2023-12-10 17:24:49 +00:00
parent 069318b139
commit 6ad800e43a
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

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()?),

View File

@ -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)]