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 Mar 7, 2022
1 parent 9e1084c commit 7be2574
Showing 1 changed file with 2 additions and 1 deletion.
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 7be2574

Please sign in to comment.