Skip to content

Commit

Permalink
Fix source code format
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszCiesla committed Feb 13, 2024
1 parent df2b2cd commit f244459
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,7 @@ mod test {
fn test_is_war_one_item() {
assert_eq!(
None,
is_war(&[PlayerMove::new(
1,
Card::new(Rank::King, Color::Spades)
)])
is_war(&[PlayerMove::new(1, Card::new(Rank::King, Color::Spades))])
);
}

Expand Down

0 comments on commit f244459

Please sign in to comment.