Remove extra newline

This commit is contained in:
Morgan Phillips
2016-07-16 15:33:30 -07:00
parent d3ed162bac
commit 32f40168b5

View File

@@ -21,7 +21,6 @@ pub fn run(files: Vec<String>) -> CommandResult {
Ok(())
}
struct CFGPrinter<T: Write> {
level: usize,
writer: T,