Formatting

This commit is contained in:
Matthias Endler 2021-02-18 23:33:26 +01:00
parent 59c6093c8a
commit 69e3b2cffc

View file

@ -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)?;