From 32f40168b585ad61902757781c2902adec78c7e4 Mon Sep 17 00:00:00 2001 From: Morgan Phillips Date: Sat, 16 Jul 2016 15:33:30 -0700 Subject: [PATCH] Remove extra newline --- cranelift/src/tools/print_cfg.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cranelift/src/tools/print_cfg.rs b/cranelift/src/tools/print_cfg.rs index fc85cbebec..002c206e07 100644 --- a/cranelift/src/tools/print_cfg.rs +++ b/cranelift/src/tools/print_cfg.rs @@ -21,7 +21,6 @@ pub fn run(files: Vec) -> CommandResult { Ok(()) } - struct CFGPrinter { level: usize, writer: T,