mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-04 21:50:26 +00:00
Add missing newline
This commit is contained in:
parent
b97fda34d0
commit
4008c2ce38
1 changed files with 1 additions and 0 deletions
|
|
@ -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!`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue