[board] Remove a stray space in move_generator/mod.rs

This commit is contained in:
Eryn Wells 2024-01-26 12:59:23 -08:00
parent 6292421b1c
commit d3ab477795

View file

@ -12,7 +12,7 @@ mod rook;
pub use move_generator::Moves;
pub(crate) use move_set::MoveSet;
use crate::{ Move, Position};
use crate::{Move, Position};
use chessfriend_core::{Color, Piece, PlacedPiece, Square};
use std::collections::BTreeMap;