We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Prettier-Java 1.6.2
Input:
open module org.myorg.module { requires some.required.module; exports org.myorg.module.exportpackage1; exports org.myorg.module.exportpackage2; }
Output:
open module org.myorg.module { requires some.required.module; exports org.myorg.module.exportpackage1 ; exports org.myorg.module.exportpackage2 ; }
Expected behavior: There shouldn't be a space right before the semicolon in an exports-statement.
exports
The text was updated successfully, but these errors were encountered:
Fix formatting of module info to avoid space right before semicolons (F…
8e3c256
…ixes jhipster#550)
d7b6430
…ixes #550)
e601323
Successfully merging a pull request may close this issue.
Prettier-Java 1.6.2
Input:
Output:
Expected behavior:
There shouldn't be a space right before the semicolon in an
exports
-statement.The text was updated successfully, but these errors were encountered: