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:
sharkdp
2020-03-21 19:40:43 +01:00
committed by David Peter
parent 9b8ddb24d1
commit a7338e2ea2
8 changed files with 34 additions and 29 deletions

View File

@@ -6,9 +6,9 @@ use std::process::{Child, Command, Stdio};
use shell_words;
use crate::config::PagingMode;
use crate::errors::*;
use crate::less::retrieve_less_version;
use crate::config::PagingMode;
#[derive(Debug)]
pub enum OutputType {