From fb75d9f4b1b548f30db327a47ea61c869b2fb844 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 3 May 2019 13:31:40 -0400 Subject: [PATCH] oh look, a stray space --- skulduggery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skulduggery.go b/skulduggery.go index b045822..9d8369c 100644 --- a/skulduggery.go +++ b/skulduggery.go @@ -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} {