mirror of
https://github.com/sockspls/badfish
synced 2025-05-02 17:49:35 +00:00
remove extra line.
This commit is contained in:
parent
a8e903c33a
commit
4e2e4759a1
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue