1
0
Fork 0

format code

This commit is contained in:
Johann150 2023-10-08 23:28:12 +02:00
parent 38157d7b5e
commit 39cd50e8fb
Signed by: Johann150
GPG Key ID: 9EE6577A2A06F8F1
4 changed files with 35 additions and 35 deletions

View File

@ -47,7 +47,7 @@ fn _constrain_board(
valid.retain(|&opt| {
board.set_tile(x, y, Some(opt));
check_fn(&board)
check_fn(board)
});
log::trace!("still valid {valid:?}");