Skip to content

Commit

Permalink
Trim trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Jul 4, 2024
1 parent 6a32b1f commit 85d455d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysollib/games/golf.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def acceptsCards(self, from_stack, cards):

class KingsWay(Golf):
Solver_Class = None

Talon_Class = KingsWay_Talon
Waste_Class = KingsWay_Waste
Reserve_Class = StackWrapper(KingsWay_Reserve, max_accept=1)
Expand Down

0 comments on commit 85d455d

Please sign in to comment.