Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Jan 14, 2025
1 parent 9aaff07 commit 0b483a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public boolean isConcrete()
@Override
public Function<SegmentReference, SegmentReference> createSegmentMapFunction(Query query)
{
final Function<SegmentReference, SegmentReference> segmentMapFn = base.createSegmentMapFunction( query );
final Function<SegmentReference, SegmentReference> segmentMapFn = base.createSegmentMapFunction(query);
return baseSegment -> new FilteredSegment(segmentMapFn.apply(baseSegment), filter);
}

Expand Down

0 comments on commit 0b483a7

Please sign in to comment.