From 85a6709aedf28354fcc2917bdf3d65f57295b9fd Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 16 May 2023 15:29:11 +0300 Subject: [PATCH] chore(client): fmt --- client/src/game_status/parser.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/game_status/parser.rs b/client/src/game_status/parser.rs index f7174ea..6fcf62d 100644 --- a/client/src/game_status/parser.rs +++ b/client/src/game_status/parser.rs @@ -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 -- 2.44.1