Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
astefan committed Nov 26, 2024
1 parent f4fcfd3 commit 3be6c3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ private record ListenerResult(
Set<String> fieldNames
) {
ListenerResult withEnrichResolution(EnrichResolution newEnrichResolution) {
return new ListenerResult(indices(), lookupIndices(), newEnrichResolution, fieldNames() );
return new ListenerResult(indices(), lookupIndices(), newEnrichResolution, fieldNames());
}

ListenerResult withIndexResolution(IndexResolution newIndexResolution) {
Expand Down

0 comments on commit 3be6c3b

Please sign in to comment.