ref: add more spaces

This commit is contained in:
Paulo 2023-07-20 09:25:54 -03:00
parent bb8ebd71cc
commit 2eb7b7d705
Signed by: pauloo27
GPG Key ID: 079BC1BF4562F663
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ func show() {
pad := strings.Repeat(" ", biggestName-len(row.Name))
fmt.Printf(
" %s%s %s%s%s %s\n",
" %s%s %s%s%s %s\n",
color, row.Icon, row.Name, WhiteColor, pad, row.Value,
)
}