From 550871291a56ae1c960344f8fe381bd839581e94 Mon Sep 17 00:00:00 2001 From: Anna Date: Mon, 13 Aug 2018 20:14:26 -0400 Subject: [PATCH] refactor: remove extraneous line --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f600fff..cf8609b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -122,7 +122,6 @@ fn handle(config: &Config, temp_dir: PathBuf, p: PathBuf) -> Result<()> { None => return Ok(()), }; - println!(); println!("Handling `{}`.", file_name); // execute the jobs in the pipeline