Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Nov 23, 2023
1 parent 239e73a commit 92625cb
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,13 +363,7 @@ protected void doXContent(XContentBuilder builder, Params params) throws IOExcep
@Override
protected LearnToRankRescorerContext innerBuildContext(int windowSize, SearchExecutionContext context) {
rescoreOccurred = true;
return new LearnToRankRescorerContext(
windowSize,
LearnToRankRescorer.INSTANCE,
inferenceConfig,
inferenceDefinition,
context
);
return new LearnToRankRescorerContext(windowSize, LearnToRankRescorer.INSTANCE, inferenceConfig, inferenceDefinition, context);
}

@Override
Expand Down

0 comments on commit 92625cb

Please sign in to comment.