oh look, a stray space

This commit is contained in:
Ted Unangst 2019-05-03 13:31:40 -04:00
parent 8bee0fa7de
commit fb75d9f4b1
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func unpucker(s string) string {
for _, c := range r { for _, c := range r {
xi++ xi++
if c == ' ' { if c == ' ' {
x[xi] = ' ' x[xi] = ' '
continue continue
} }
for _, set := range []string{bigboldshitz, biggothshitz, bigitalshitz, bigbangshitz, bigblokshitz} { for _, set := range []string{bigboldshitz, biggothshitz, bigitalshitz, bigbangshitz, bigblokshitz} {