Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Sep 10, 2024
1 parent a4faf19 commit 6dd9d94
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cmd/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,7 @@ impl PerPlayerInfo {
.make_move(allocator, rng, &game_ids[0], encoded, new_entropy)
}
IncomingAction::Finish => {
if !matches!(
self.play_state,
PlayState::BeforeAliceFinish
) {
if !matches!(self.play_state, PlayState::BeforeAliceFinish) {
return Ok(());
}

Expand Down

0 comments on commit 6dd9d94

Please sign in to comment.