From 6f34b0b2ef6236dcc75282ad0a466eec978dd0c0 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 13 Oct 2019 11:55:43 +0200 Subject: [PATCH] Add blank line between uses for std and other crates --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index e92e562ba5975edada60d0877bed1f152eb1c544..b228b1716fd750bbfc7c6d8025fbc1b5ed047bda 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,6 +18,7 @@ use std::fs::File; use std::io::Read; use std::io::Write as IoWrite; use std::process::Command; + use ansi_term::Style; use chrono::offset::TimeZone; use clap::{App, AppSettings, Arg, ArgGroup, ArgMatches, SubCommand};