Whitespace fixes

Removing trailing whitepace.
This commit is contained in:
Kevin Cathcart
2017-11-18 20:43:37 -05:00
parent 3e31502fc0
commit 9d4d3b8456
8 changed files with 50 additions and 50 deletions

View File

@@ -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)