chore(client): fmt
1 files changed, 1 insertions(+), 3 deletions(-) M client/src/game_status/parser.rs
M client/src/game_status/parser.rs => client/src/game_status/parser.rs +1 -3
@@ 182,9 182,7 @@ fn parse_action(action: &Action, game: &Game, game_status: &mut GameStatus) { &game.id, &action.target, &action.target, - &Command::Draw { - amount: 4, - }, + &Command::Draw { amount: 4 }, seed_gen!(), ); game_status