Skip to content

Commit

Permalink
style: autoformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
raspersc2 committed Dec 22, 2024
1 parent 362f76b commit f7bc0d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ares/managers/placement_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,11 @@ def normalize_map_name(_map_name: str) -> str:
]
}

if not any([race in self.ai.enemy_race.name for race in races]):
if not any(
[race in self.ai.enemy_race.name for race in races]
):
continue


upper_spawn: bool = (
self.ai.start_location.y
> self.ai.enemy_start_locations[0].y
Expand Down

0 comments on commit f7bc0d6

Please sign in to comment.