Skip to content

Commit

Permalink
removed unecessary new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
danegraphics authored Apr 15, 2022
1 parent 824d826 commit 95a65fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mcts/search.cc
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,6 @@ void Search::EnsureBestMoveKnown() REQUIRES(nodes_mutex_)
final_pondermove_ = GetBestChildNoTemperature(bestmove_edge.node(), 1)
.GetMove(!played_history_.IsBlackToMove());
}


}

// Returns @count children with most visits.
Expand Down

0 comments on commit 95a65fb

Please sign in to comment.