Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred committed Dec 6, 2024
1 parent 643b02d commit ef9d6b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public EntitySelectorConfig buildEntitySelectorConfig(HeuristicConfigPolicy<Solu
entitySelectorConfig = getDefaultEntitySelectorConfigForEntity(configPolicy, entityDescriptor);
} else {
// The default phase configuration generates the entity selector config without an updated version of the configuration policy.
// We need to ensure that no sorting settings are not applied.
// We need to ensure that there are no missing sorting settings.
var entityDescriptor = getTheOnlyEntityDescriptor(configPolicy.getSolutionDescriptor());
entitySelectorConfig = deduceEntitySortManner(configPolicy, entityDescriptor, entitySelectorConfig);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
public class TestdataDifficultyWeightSolution extends TestdataObject {

public static SolutionDescriptor<TestdataDifficultyWeightSolution> buildSolutionDescriptor() {
return SolutionDescriptor.buildSolutionDescriptor(TestdataDifficultyWeightSolution.class, TestdataDifficultyWeightEntity.class);
return SolutionDescriptor.buildSolutionDescriptor(TestdataDifficultyWeightSolution.class,
TestdataDifficultyWeightEntity.class);
}

public static TestdataDifficultyWeightSolution generateSolution() {
Expand Down

0 comments on commit ef9d6b9

Please sign in to comment.