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 {