tidied commits

pull/2799/head
Oliver looney 5 months ago
parent 069318b139
commit 6ad800e43a
No known key found for this signature in database

@ -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…
Cancel
Save