1
0
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:
Fahmi Akbar Wildana
2019-10-09 11:38:09 +07:00
committed by David Peter
parent e542621125
commit 0273848f54
3 changed files with 3 additions and 3 deletions

View File

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