A small indent fix

This commit is contained in:
Vishal 2024-09-28 20:25:01 +05:30 committed by GitHub
parent 25664e4d8f
commit 6401ae6941
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -444,7 +444,7 @@ class TeamSeriesVictoryScoreScreenActivity(MultiTeamScoreScreenActivity):
if len(team.players) == 1:
icon = team.players[0].get_icon()
player_name = team.players[0].getname(full=True, icon=False)
elif (
elif (
self._topscored_player is not None and
self._topscored_player[0] >= series_length
):