Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred committed Nov 14, 2024
1 parent d983a5b commit b5e6d49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,11 @@ public void setMoveCountLimit(@Nullable Long moveCountLimit) {
this.moveCountLimit = moveCountLimit;
}

public @Nullable Double getUnimprovedBestSolutionLimit() {
public @Nullable Double getUnimprovedBestSolutionLimit() {
return unimprovedBestSolutionLimit;
}

public void setUnimprovedBestSolutionLimit( @Nullable Double unimprovedBestSolutionLimit) {
public void setUnimprovedBestSolutionLimit(@Nullable Double unimprovedBestSolutionLimit) {
this.unimprovedBestSolutionLimit = unimprovedBestSolutionLimit;
}

Expand Down

0 comments on commit b5e6d49

Please sign in to comment.