Skip to content

Commit

Permalink
Alignment fix
Browse files Browse the repository at this point in the history
There is only one small adjustment to be made here for the alignment to be correct.
  • Loading branch information
PedanticHacker authored and niklasf committed Mar 18, 2020
1 parent 65a2da9 commit 55dbc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chess/syzygy.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def flipdiag(square: chess.Square) -> chess.Square:
]

PTWIST = [
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
47, 35, 23, 11, 10, 22, 34, 46,
45, 33, 21, 9, 8, 20, 32, 44,
43, 31, 19, 7, 6, 18, 30, 42,
Expand Down

0 comments on commit 55dbc1c

Please sign in to comment.