1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-24 17:13:19 +00:00

Run 'cargo fmt'

This commit is contained in:
sharkdp
2019-05-14 23:40:07 +02:00
parent c709bf2103
commit dd40f7545d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ use std::str::FromStr;
use atty::{self, Stream};
use crate::clap_app;
use clap::ArgMatches;
use crate::clap_app;
use wild;
use console::Term;
+1 -1
View File
@@ -1,6 +1,6 @@
use ansi_term::Style;
use crate::diff::LineChange;
use crate::printer::{Colors, InteractivePrinter};
use ansi_term::Style;
#[derive(Clone)]
pub struct DecorationText {