소스 검색

Not needed

Piotr Czajkowski 3 년 전
부모
커밋
b5f26ede0d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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) {