From ab0af6e41f038dc314535977a8a86c3c3798f278 Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 1 Oct 2021 13:42:05 -0400 Subject: [PATCH] minor update --- cmd.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd.go b/cmd.go index 9d115f9..b2a91b0 100644 --- a/cmd.go +++ b/cmd.go @@ -22,11 +22,11 @@ func (c *Command) String() string { } type CommandResult struct { - PlayerID int `json:"player_id"` - ResultType CmdType `json:"result_type"` - StateResult *GameView `json:"state_result,omitempty"` - ActionResult *Deck `json:"action_result,omitempty"` - DebugResult *interface{} `json:"debug_result,omitempty"` + PlayerID int `json:"player_id"` + ResultType CmdType `json:"result_type"` + StateResult *GameView `json:"state_result,omitempty"` + ActionResult *Deck `json:"action_result,omitempty"` + DebugResult interface{} `json:"debug_result,omitempty"` } func (c *CommandResult) String() string {