Make output slightly smaller

This commit is contained in:
Erin Power 2020-06-21 21:49:20 +02:00
parent fedb1cd3b0
commit dd385c00a5

View file

@ -245,7 +245,7 @@ impl<W: Write> Printer<W> {
report.name.display(),
"-".repeat(
self.columns
- 2
- 3
- report.name.display().to_string().len()
)
)?;