Prefix current validators with nbsp for easier sed-ing

This commit is contained in:
Michael Vines 2021-04-19 14:12:09 -07:00
parent f14cf3ed1a
commit 568438aa6f
1 changed files with 1 additions and 1 deletions

View File

@ -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,