use wider table dividers

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-06-26 23:07:08 -04:00 committed by Jakub
parent 70a04b015e
commit a9f41a482c
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ func (p Peer) AsTable(maxWidth int) string {
} else {
id = p.Id.String()
}
return fmt.Sprintf("%s %-15s %-21s %-7s %-8s",
return fmt.Sprintf("%s %-15s %-21s %-7s %-8s",
id, p.Name,
p.Network.RemoteAddress,
boolToString(p.Network.Trusted, "trusted", "normal"),