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

feat: add space after type parameter in generic constructor #485

Conversation

clementdessoude
Copy link
Contributor

What changed with this PR:

Example

// Input
public <T> GenericConstructor(T genericParameter) {}

// Prettier 1.2.0
public <T>GenericConstructor(T genericParameter) {}

// Updated version
public <T> GenericConstructor(T genericParameter) {}

Relative issues or prs:

Fix #484

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@pascalgrimaud pascalgrimaud merged commit d35e8bb into jhipster:main Jun 15, 2021
@clementdessoude clementdessoude deleted the feat/add-space-after-generic-constructor branch June 18, 2021 19:14
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.

Generic constructor's '>' should be followed by whitespace
2 participants