1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Remove the space

This commit is contained in:
Chris Cummer 2018-04-06 21:58:33 -07:00 committed by Chris Cummer
parent 42734a502c
commit 52d57f1df4

View File

@ -68,7 +68,7 @@ func (widget *Widget) contentFrom(deploys []nr.ApplicationDeployment) string {
for _, deploy := range deploys { for _, deploy := range deploys {
if (deploy.Revision != "") && wtf.Exclude(revisions, deploy.Revision) { if (deploy.Revision != "") && wtf.Exclude(revisions, deploy.Revision) {
str = str + fmt.Sprintf( str = str + fmt.Sprintf(
" [green]%s[white] %-6s %s\n", " [green]%s[white] %-6s %s\n",
deploy.Revision[0:8], deploy.Revision[0:8],
deploy.Timestamp.Format("Jan 2"), deploy.Timestamp.Format("Jan 2"),
wtf.NameFromEmail(deploy.User), wtf.NameFromEmail(deploy.User),