Skip to content

Commit

Permalink
Add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Nov 17, 2021
1 parent b97fda3 commit 4008c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lychee-bin/src/writer/markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ impl Display for MarkdownResponseStats {
writeln!(f, "{}", stats_table(&self.0))?;

if !&stats.fail_map.is_empty() {
writeln!(f)?;
writeln!(f, "## Errors per input")?;
for (input, responses) in &stats.fail_map {
// Using leading newlines over trailing ones (e.g. `writeln!`)
Expand Down

0 comments on commit 4008c2c

Please sign in to comment.