Browse Source

Not needed

Piotr Czajkowski 3 years ago
parent
commit
b5f26ede0d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app.go

+ 0 - 2
app.go

@@ -18,8 +18,6 @@ func encodeWord(word []rune, wordLength int) {
 	rand.Shuffle(toShuffleLength, func(i, j int) {
 		toShuffle[i], toShuffle[j] = toShuffle[j], toShuffle[i]
 	})
-
-	return
 }
 
 func encodeText(text []rune) (string, []string) {