Skip to content

Commit a6a7b60

Browse files
committed
trailing whitespaces
1 parent 10af06a commit a6a7b60

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

EntranceShuffle.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,13 +483,13 @@ def shuffle_random_entrances(worlds: list[World]) -> None:
483483
or worlds[0].mixed_pools_bosses
484484
):
485485
wincons -= {'dungeons', 'stones', 'medallions'}
486-
486+
487487
if (
488488
worlds[0].settings.reachable_locations == 'all'
489489
or ('tokens' in wincons and worlds[0].settings.tokensanity in ('off', 'dungeons'))
490490
):
491491
one_way_priorities['Bolero'] = priority_entrance_table['Bolero']
492-
492+
493493
if (
494494
worlds[0].settings.logic_rules == 'glitchless'
495495
or (
@@ -513,7 +513,7 @@ def shuffle_random_entrances(worlds: list[World]) -> None:
513513
or ('tokens' in wincons and worlds[0].settings.tokensanity in ('off', 'overworld'))
514514
):
515515
one_way_priorities['Nocturne'] = priority_entrance_table['Nocturne']
516-
516+
517517
if (
518518
worlds[0].settings.logic_rules == 'glitchless'
519519
or (

0 commit comments

Comments
 (0)