mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-17 02:32:26 +01:00
Run cargo fmt
This commit is contained in:
committed by
David Peter
parent
e542621125
commit
0273848f54
@@ -6,8 +6,8 @@ use std::process::{Child, Command, Stdio};
|
||||
|
||||
use shell_words;
|
||||
|
||||
use crate::PagingMode;
|
||||
use crate::errors::*;
|
||||
use crate::PagingMode;
|
||||
|
||||
pub enum OutputType {
|
||||
Pager(Child),
|
||||
|
Reference in New Issue
Block a user