Skip to content

Commit

Permalink
add root style to toString
Browse files Browse the repository at this point in the history
  • Loading branch information
KingOfSquares committed Apr 14, 2022
1 parent f1c9d00 commit c771261
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ private JoinConfigurationImpl(final @NotNull BuilderImpl builder) {
ExaminableProperty.of("lastSeparator", this.lastSeparator),
ExaminableProperty.of("lastSeparatorIfSerial", this.lastSeparatorIfSerial),
ExaminableProperty.of("convertor", this.convertor),
ExaminableProperty.of("predicate", this.predicate)
ExaminableProperty.of("predicate", this.predicate),
ExaminableProperty.of("rootStyle", this.rootStyle)
);
}

Expand Down

0 comments on commit c771261

Please sign in to comment.