Skip to content

Commit

Permalink
Fix SendResults action warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ejv2 committed Nov 11, 2023
1 parent d4a4472 commit 9350705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ func (a Answer) Perform(game *Game) {

type SendResults struct{}

func (s SendResults) Perform(game *Game) {
func (s SendResults) Perform(_ *Game) {
}

// EndGame shuts down the game runner, thereby terminating the current
Expand Down

0 comments on commit 9350705

Please sign in to comment.