Skip to content

Commit 39eb7b8

Browse files
vmstat: fix format
Co-authored-by: Krysztal Huang <[email protected]>
1 parent 461b636 commit 39eb7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/vmstat/src/vmstat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ fn get_io_info() -> (String, String, String) {
123123
"-----io----".into(),
124124
" bi bo".into(),
125125
format!(
126-
"{:>4.0} {:>4.0}",
126+
"{:>5.0} {:>5.0}",
127127
*read_bytes as f64 / uptime,
128128
*write_bytes as f64 / uptime
129129
),

0 commit comments

Comments
 (0)