DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

85a6709aedf28354fcc2917bdf3d65f57295b9fd — Jonni Liljamo 1 year, 5 months ago c61a160
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