1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-02 17:49:35 +00:00

remove extra line.

This commit is contained in:
protonspring 2018-12-08 17:21:22 -07:00 committed by Stéphane Nicolet
parent a8e903c33a
commit 4e2e4759a1

View file

@ -136,7 +136,6 @@ constexpr bool more_than_one(Bitboard b) {
} }
inline bool opposite_colors(Square s1, Square s2) { inline bool opposite_colors(Square s1, Square s2) {
return bool(DarkSquares & s1) != bool(DarkSquares & s2); return bool(DarkSquares & s1) != bool(DarkSquares & s2);
} }