Skip to content

Commit

Permalink
Spotless applied.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbooker42 committed Feb 3, 2025
1 parent ae241ea commit 4516e15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ void setRightSide(RowSet rightRowSet, ColumnSource<?> valueSource, NaturalJoinTy
if (joinType == NaturalJoinType.FIRST_MATCH) {
// no-op, already have the first match
} else {
rightRowSetSource.set(tableLocation, DUPLICATE_RIGHT_VALUE);
}
rightRowSetSource.set(tableLocation, DUPLICATE_RIGHT_VALUE);
}
}
return true;
});
Expand Down

0 comments on commit 4516e15

Please sign in to comment.