Skip to content

Commit

Permalink
Formatted output
Browse files Browse the repository at this point in the history
  • Loading branch information
kishansagathiya committed Sep 18, 2018
1 parent f549114 commit 18576ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipfs-cluster-ctl/formatters.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func textFormatPrintGPInfo(obj *api.GlobalPinInfoSerial) {

for _, k := range peers {
v := obj.PeerMap[k]
fmt.Printf(" > Peer %s : %s", v.PeerName, strings.ToUpper(v.Status))
fmt.Printf(" > Peer %-10s : %s", v.PeerName, strings.ToUpper(v.Status))
if v.Error != "" {
fmt.Printf(": %s", v.Error)
}
Expand Down

0 comments on commit 18576ab

Please sign in to comment.