Skip to content

Commit 4e2e475

Browse files
protonspringStéphane Nicolet
authored andcommitted
remove extra line.
1 parent a8e903c commit 4e2e475

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bitboard.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ constexpr bool more_than_one(Bitboard b) {
136136
}
137137

138138
inline bool opposite_colors(Square s1, Square s2) {
139-
140139
return bool(DarkSquares & s1) != bool(DarkSquares & s2);
141140
}
142141

0 commit comments

Comments
 (0)