Skip to content

Commit 14d06b8

Browse files
committed
fix: formatting
1 parent ee79e93 commit 14d06b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/main/java/ai/timefold/solver/core/impl/solver/recaller/BestSolutionRecaller.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ private void updateBestSolutionWithoutFiring(SolverScope<Solution_> solverScope)
152152
private void updateBestSolutionWithoutFiring(SolverScope<Solution_> solverScope, InnerScore<?> bestScore,
153153
Solution_ bestSolution) {
154154
if (bestScore.fullyAssigned() && !solverScope.isBestSolutionInitialized()) {
155-
solverScope.setStartingInitializedScore(bestScore.raw());
156-
}
155+
solverScope.setStartingInitializedScore(bestScore.raw());
156+
}
157157

158158
solverScope.setBestSolution(bestSolution);
159159
solverScope.setBestScore(bestScore);

0 commit comments

Comments
 (0)