mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-23 00:03:27 +01:00
Revert "Run 'cargo fmt'" (outdated rustfmt)
This reverts commit dd40f7545d
.
This commit is contained in:
parent
9d53ce6be6
commit
5b2b594919
@ -4,8 +4,8 @@ use std::str::FromStr;
|
|||||||
|
|
||||||
use atty::{self, Stream};
|
use atty::{self, Stream};
|
||||||
|
|
||||||
use clap::ArgMatches;
|
|
||||||
use crate::clap_app;
|
use crate::clap_app;
|
||||||
|
use clap::ArgMatches;
|
||||||
use wild;
|
use wild;
|
||||||
|
|
||||||
use console::Term;
|
use console::Term;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
use ansi_term::Style;
|
|
||||||
use crate::diff::LineChange;
|
use crate::diff::LineChange;
|
||||||
use crate::printer::{Colors, InteractivePrinter};
|
use crate::printer::{Colors, InteractivePrinter};
|
||||||
|
use ansi_term::Style;
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct DecorationText {
|
pub struct DecorationText {
|
||||||
|
Loading…
Reference in New Issue
Block a user