Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abefc91 commit 44aa899Copy full SHA for 44aa899
1 file changed
src/interactive/app/bytevis.rs
@@ -74,7 +74,7 @@ impl DisplayByteVisualization {
74
Ok(())
75
}
76
fn make_percentage(f: &mut fmt::Formatter, percentage: f32) -> Result<(), fmt::Error> {
77
- write!(f, " {:>5.02}% ", percentage * 100.0)
+ write!(f, " {:>5.01}% ", percentage * 100.0)
78
79
80
0 commit comments