remove newline

This commit is contained in:
2025-03-25 22:22:37 -04:00
parent cde1c5d4e4
commit b414e39410

View File

@@ -26,7 +26,6 @@ pub struct FutureMoves {
}
#[derive(Copy, Clone, Allocative)]
pub struct FutureMoveConfig {
/// Max depth of that we should try and traverse
pub max_depth: usize,