From 6f67444c992e1c891fea1e380209c1e5cbc6aadb Mon Sep 17 00:00:00 2001 From: sharkdp Date: Tue, 28 Aug 2018 19:48:31 +0200 Subject: [PATCH] Run cargo fmt --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 84c79337..e7c534aa 100644 --- a/src/main.rs +++ b/src/main.rs @@ -28,10 +28,10 @@ mod printer; mod style; mod terminal; +use std::collections::HashSet; use std::io; use std::path::Path; use std::process; -use std::collections::HashSet; use ansi_term::Colour::Green; use ansi_term::Style;