summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/interactive/app/bytevis.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interactive/app/bytevis.rs b/src/interactive/app/bytevis.rs
index 536b46e..1bfda70 100644
--- a/src/interactive/app/bytevis.rs
+++ b/src/interactive/app/bytevis.rs
@@ -57,7 +57,7 @@ impl fmt::Display for DisplayByteVisualization {
Self::make_bar(f, percentage, BAR_SIZE)
}
Bar => Self::make_bar(f, percentage, BAR_SIZE),
- LongBar => Self::make_bar(f, percentage, 20),
+ LongBar => Self::make_bar(f, percentage, 19),
}
}
}