[board] Remove a stray space in move_generator/mod.rs
This commit is contained in:
parent
6292421b1c
commit
d3ab477795
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue