浏览代码

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