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
constructor
class Klass constructor ()
should be flagged and fixed to:
class Klass constructor()
It doesn't
echo 'class Klass constructor ()'> Klass.kt && ktlint Klass.kt
The text was updated successfully, but these errors were encountered:
Remove spaces before primary constructor
ccb2047
Closes pinterest#1207
Remove spaces before primary constructor (#1211)
7ae692a
* Remove spaces before primary constructor Closes #1207 * Update changelog Co-authored-by: Paul Dingemans <[email protected]> Co-authored-by: Roman Zavarnitsyn <[email protected]>
Successfully merging a pull request may close this issue.
Expected Behavior
should be flagged and fixed to:
Observed Behavior
It doesn't
Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: