Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Adjust solana validators -n header to be correctly aligned with the…
Browse files Browse the repository at this point in the history
… columns
  • Loading branch information
mvines committed Jul 28, 2022
1 parent 741076e commit 1404860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli-output/src/cli_output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ impl fmt::Display for CliValidators {
"Credits",
"Version",
"Active Stake",
padding = padding + 1
padding = padding + 2
))
.bold();
writeln!(f, "{}", header)?;
Expand Down

0 comments on commit 1404860

Please sign in to comment.