1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-03 18:51:44 +00: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
+1 -1
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),