Skip to content

Commit

Permalink
Prefix current validators with nbsp for easier sed-ing
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Apr 19, 2021
1 parent f14cf3e commit 568438a
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 @@ -358,7 +358,7 @@ impl fmt::Display for CliValidators {
if validator.delinquent {
WARNING.to_string()
} else {
" ".to_string()
"\u{a0}".to_string()
},
validator.identity_pubkey,
validator.vote_account_pubkey,
Expand Down

0 comments on commit 568438a

Please sign in to comment.