From b414e39410ee3f86e0f9aec6896be2a8ce39985c Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 25 Mar 2025 22:22:37 -0400 Subject: [PATCH] remove newline --- src/logic/future_moves.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/logic/future_moves.rs b/src/logic/future_moves.rs index 9ff0285..575b201 100644 --- a/src/logic/future_moves.rs +++ b/src/logic/future_moves.rs @@ -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,