Adjust `solana validators -n` header to be correctly aligned with the columns

This commit is contained in:
Michael Vines 2022-07-27 14:19:02 -06:00
parent 741076ecdd
commit 1404860be3
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ impl fmt::Display for CliValidators {
"Credits", "Credits",
"Version", "Version",
"Active Stake", "Active Stake",
padding = padding + 1 padding = padding + 2
)) ))
.bold(); .bold();
writeln!(f, "{}", header)?; writeln!(f, "{}", header)?;