Browse Source

Not needed

Piotr Czajkowski 3 năm trước cách đây
mục cha
commit
b5f26ede0d
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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) {