Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm committed Nov 1, 2023
1 parent 7144e7d commit dd0c11d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public static <T> Set<T> filterShards(
Map<String, RangeSet<String>> filterDomain = new HashMap<>();
List<String> dimensions = shard.getDomainDimensions();
for (String dimension : dimensions) {
if (filterFields == null || filterFields.contains(dimension)) {
if (filterFields == null || filterFields.contains(dimension)) {
Optional<RangeSet<String>> optFilterRangeSet = dimensionRangeCache
.computeIfAbsent(dimension, d -> Optional.ofNullable(dimFilter.getDimensionRangeSet(d)));

Expand Down

0 comments on commit dd0c11d

Please sign in to comment.