oh look, a stray space
This commit is contained in:
parent
8bee0fa7de
commit
fb75d9f4b1
|
@ -48,7 +48,7 @@ func unpucker(s string) string {
|
|||
for _, c := range r {
|
||||
xi++
|
||||
if c == ' ' {
|
||||
x[xi] = ' '
|
||||
x[xi] = ' '
|
||||
continue
|
||||
}
|
||||
for _, set := range []string{bigboldshitz, biggothshitz, bigitalshitz, bigbangshitz, bigblokshitz} {
|
||||
|
|
Loading…
Reference in New Issue