mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Remove the space
This commit is contained in:
parent
42734a502c
commit
52d57f1df4
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user