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 {