We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bb1fc commit c83a3caCopy full SHA for c83a3ca
src/gen/gen.rs
@@ -82,7 +82,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
82
sudoku, computer_sudoku, sudoku_string
83
);
84
}
85
- } else if min_effort.is_none(){
+ } else if min_effort.is_none() {
86
tx.send((f64::INFINITY, sudoku_string)).unwrap();
87
88
0 commit comments