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 {
|
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} {
|
||||||
|
|
Loading…
Reference in New Issue