Removed ugly spaces.

This commit is contained in:
Niels Serup 2012-08-07 13:26:13 +02:00
parent 75f287c048
commit f353d27d8c
1 changed files with 6 additions and 2 deletions

View File

@ -87,3 +87,7 @@ def _at(playfield, pos):
_is = lambda t: lambda playfield, pos: isinstance(_at(playfield, pos), t)
(isGoal, isTurn, isStart, isStone) = (_is(Goal), _is(Turn), _is(Start), _is(Stone))
def generate_playfield():