From 9214a4a4f08a1614e40e01235b24c4f175546e77 Mon Sep 17 00:00:00 2001 From: eth-p <32112321+eth-p@users.noreply.github.com> Date: Sun, 13 May 2018 12:45:16 -0700 Subject: [PATCH] PR #102 Followed @sharkdp's suggestions --- src/printer.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/printer.rs b/src/printer.rs index 3bc4a388..d62b443d 100644 --- a/src/printer.rs +++ b/src/printer.rs @@ -188,15 +188,12 @@ impl<'a> Printer<'a> { " ".repeat(gutter_width), border.text.to_owned() )?; - - continue; } } write!(self.handle, "\n")?; } - // Finished. Ok(()) }