parity to formatting

This commit is contained in:
Stephen McQuay 2014-01-16 22:33:03 -08:00
parent 7971198c17
commit a755d28688
1 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ type deathmatch struct {
}
func (g *deathmatch) setup(gg *game) {
}
func (g *deathmatch) gameOver(gg *game) (bool, *GameOver) {
@ -43,5 +42,4 @@ func (g *deathmatch) gameOver(gg *game) (bool, *GameOver) {
}
func (g *deathmatch) tick(gg *game, payload *Boardstate) {
}