Skip to content

Commit

Permalink
Fix linting warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
HiraokaTakuya committed Sep 10, 2021
1 parent 26dc871 commit a570784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@ fn test_start_thinking() {
#[cfg(feature = "kppt")]
ehash.resize(16, &mut thread_pool);
#[cfg(feature = "kppt")]
if let Ok(_) = load_evaluate_files(&usi_options.get_string(UsiOptions::EVAL_DIR)) {
if load_evaluate_files(&usi_options.get_string(UsiOptions::EVAL_DIR)).is_ok() {
let limits = {
let mut limits = LimitsType::new();
limits.depth = Some(1);
Expand Down

0 comments on commit a570784

Please sign in to comment.