Skip to content

Commit

Permalink
auto format by Maven 3.6.2 (featurecat#649)
Browse files Browse the repository at this point in the history
* auto format by Maven 3.6.2
* Update Leelaz.java
  • Loading branch information
ivysrono authored and zsalch committed Nov 4, 2019
1 parent 4cd7085 commit d2d2640
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 423 deletions.
3 changes: 1 addition & 2 deletions src/main/java/featurecat/lizzie/analysis/Leelaz.java
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,7 @@ public void togglePonder() {

/** End the process */
public void shutdown() {
if (process != null)
process.destroy();
if (process != null) process.destroy();
}

public List<MoveData> getBestMoves() {
Expand Down
Loading

0 comments on commit d2d2640

Please sign in to comment.