diff --git a/src/app.rs b/src/app.rs index a0758e51..47af9e9c 100644 --- a/src/app.rs +++ b/src/app.rs @@ -4,8 +4,8 @@ use std::str::FromStr; use atty::{self, Stream}; -use clap::ArgMatches; use crate::clap_app; +use clap::ArgMatches; use wild; use console::Term; diff --git a/src/decorations.rs b/src/decorations.rs index 8b146751..7654c617 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 {