From dd40f7545d0143980e6b00f4c27ae739c1f02b3d Mon Sep 17 00:00:00 2001 From: sharkdp Date: Tue, 14 May 2019 23:40:07 +0200 Subject: [PATCH] Run 'cargo fmt' --- src/app.rs | 2 +- src/decorations.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.rs b/src/app.rs index 47af9e9c..a0758e51 100644 --- a/src/app.rs +++ b/src/app.rs @@ -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; diff --git a/src/decorations.rs b/src/decorations.rs index 7654c617..8b146751 100644 --- a/src/decorations.rs +++ b/src/decorations.rs @@ -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 {