mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-20 12:42:41 +02:00
Run 'cargo fmt'
This commit is contained in:
@@ -4,8 +4,8 @@ use std::str::FromStr;
|
|||||||
|
|
||||||
use atty::{self, Stream};
|
use atty::{self, Stream};
|
||||||
|
|
||||||
use crate::clap_app;
|
|
||||||
use clap::ArgMatches;
|
use clap::ArgMatches;
|
||||||
|
use crate::clap_app;
|
||||||
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 {
|
||||||
|
Reference in New Issue
Block a user