Skip to content

Commit

Permalink
text-serializer-legacy: Properly copy over the flattener when calling…
Browse files Browse the repository at this point in the history
… toBuilder
  • Loading branch information
zml2008 committed Sep 14, 2021
1 parent c87c402 commit a92511c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ static final class BuilderImpl implements Builder {
this.urlReplacementConfig = serializer.urlReplacementConfig;
this.hexColours = serializer.hexColours;
this.useTerriblyStupidHexFormat = serializer.useTerriblyStupidHexFormat;
this.flattener = serializer.flattener;
}

@Override
Expand Down

0 comments on commit a92511c

Please sign in to comment.