소스 검색

Esthetics

Sacha Ligthert 2 년 전
부모
커밋
3fb13a165f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      game.go

+ 0 - 1
game.go

@@ -131,7 +131,6 @@ func keyboardProcessor(screen tcell.Screen, keypresses chan int, gamestate chan
 		// This function needs to know if the game is over.
 		select {
 		case <-time.After(10 * time.Millisecond):
-
 		case _, ok := <-gamestate:
 			if !ok {
 				return