PR #102 Followed @sharkdp's suggestions

pull/102/head
eth-p 6 years ago
parent 870b3c0daf
commit 9214a4a4f0
No known key found for this signature in database
GPG Key ID: 1F8DF8091CD46FBC

@ -188,15 +188,12 @@ impl<'a> Printer<'a> {
" ".repeat(gutter_width), " ".repeat(gutter_width),
border.text.to_owned() border.text.to_owned()
)?; )?;
continue;
} }
} }
write!(self.handle, "\n")?; write!(self.handle, "\n")?;
} }
// Finished.
Ok(()) Ok(())
} }

Loading…
Cancel
Save