mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-30 11:20:24 +00:00
Formatting
This commit is contained in:
parent
59c6093c8a
commit
69e3b2cffc
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ fn write_stat(f: &mut fmt::Formatter, title: &str, stat: usize) -> fmt::Result {
|
|||
|
||||
impl Display for ResponseStats {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
let separator = "-".repeat(MAX_PADDING);
|
||||
let separator = "-".repeat(MAX_PADDING+1);
|
||||
|
||||
writeln!(f, "📝 Summary")?;
|
||||
writeln!(f, "{}", separator)?;
|
||||
|
|
|
|||
Loading…
Reference in a new issue