Skip to content

Commit c83a3ca

Browse files
committed
Fixed a clippy warning.
1 parent 23bb1fc commit c83a3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gen/gen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
8282
sudoku, computer_sudoku, sudoku_string
8383
);
8484
}
85-
} else if min_effort.is_none(){
85+
} else if min_effort.is_none() {
8686
tx.send((f64::INFINITY, sudoku_string)).unwrap();
8787
}
8888
}

0 commit comments

Comments
 (0)