-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Indent right side expressions in assignments where the left side includes a type declaration #15429
base: master
Are you sure you want to change the base?
Conversation
Need to apply the formatter. |
@mverzilli This is tricky: you fixed the formatter and this is affecting the crystal source code, so you must compile a local compiler then use it to format the source code. That will fix CI. $ make crystal
$ bin/crystal tool format Note: don't format the |
Shorter: |
🤦 that was a dumb omission. I'll try to squeeze that in tomorrow. Thanks for the patience! |
Fixes #15421
With this change, the examples given by issue OP work as expected: