Skip to content

Commit

Permalink
chore: mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillegas98 committed Nov 19, 2024
1 parent 7112f16 commit 004f3b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/arena/lib/arena/game_updater.ex
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ defmodule Arena.GameUpdater do
end)
|> Enum.sort_by(fn {_player_id, _player, kills} -> kills end, :desc)


{winner_id, winner, _kills} = Enum.at(players, 0)

state =
Expand Down

0 comments on commit 004f3b8

Please sign in to comment.