add missing trailing whitespace

This commit is contained in:
Dustin Kirkland 2024-01-04 13:32:53 -06:00
commit 9b42ffb922
2 changed files with 10 additions and 3 deletions

View file

@ -46,7 +46,7 @@ __packages() {
packages=$((packages+count))
fi
[ -n "$packages" ] || return
color w y; printf "[%s]" "$count"; color -;
color w y; printf "[%s]" "$count"; color --;
}