Run cargo fmt

This commit is contained in:
sharkdp 2018-08-28 19:48:31 +02:00 committed by David Peter
parent fd2b376ea0
commit 6f67444c99
1 changed files with 1 additions and 1 deletions

View File

@ -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;