mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Whitespace fixes
Removing trailing whitepace.
This commit is contained in:
2
Fill.py
2
Fill.py
@@ -167,7 +167,7 @@ def fill_restrictive(world, base_state, locations, itempool):
|
||||
while itempool and locations:
|
||||
item_to_place = itempool.pop()
|
||||
maximum_exploration_state = sweep_from_pool()
|
||||
|
||||
|
||||
if world.check_beatable_only:
|
||||
can_beat_without = world.has_beaten_game(maximum_exploration_state)
|
||||
|
||||
|
Reference in New Issue
Block a user