Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pretty printer adds no space before comma in new array expression #1602

Merged
merged 3 commits into from
Oct 15, 2017

Conversation

pvojtechovsky
Copy link
Collaborator

String[] field = new String[]{ "a" , "b" , "c" }; //old printing
String[] field = new String[]{ "a", "b", "c" }; //new printing

... needed to pass Spoon checkstyle in generated ModelRoleHandlers of #1582

@monperrus monperrus merged commit 3f6ff67 into INRIA:master Oct 15, 2017
@pvojtechovsky pvojtechovsky deleted the fixDJPPSpaceInNewArrayExpr branch October 15, 2017 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants