Skip to content
Discussion options

You must be logged in to vote

Hey @goto40,

at least in this case, you run into conflicting formattings. On one hand you have formatter.property('name').surround(Formatting.oneSpace()), which expects that between group hello there is exactly one space. On the other hand you have start.append(Formatting.newLines(3)), which expects that between group hello there are three new lines. Since the surround(Formatting.oneSpace()) call comes last, it receives precedence.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@goto40
Comment options

@msujew
Comment options

@goto40
Comment options

@msujew
Comment options

Answer selected by goto40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants