[board] Fix a silly build error in position.rs

An extra closing brace.
This commit is contained in:
Eryn Wells 2024-01-17 08:35:42 -08:00
parent f27d22d57f
commit c8db5a430d

View file

@ -238,7 +238,6 @@ impl Position {
sight_of_opposing_player.is_set(king_square)
}
}
}
impl Default for Position {
fn default() -> Self {