Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikRe committed Oct 16, 2024
1 parent 7bf1bb7 commit 2f51548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/types/src/players.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl From<TeamState> for Players<Option<Penalty>> {

for (i, player) in team_state.players.iter().enumerate() {
if i < MAX_NUM_PLAYERS as usize {
inner.insert(i+1, player.penalty);
inner.insert(i + 1, player.penalty);
}
}

Expand Down

0 comments on commit 2f51548

Please sign in to comment.