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 parens around lambda #440

Merged
merged 3 commits into from
Oct 4, 2023
Merged

Conversation

adpi2
Copy link
Member

@adpi2 adpi2 commented Oct 4, 2023

Remove dependency to com.sandinh:scala-rewrites and fix parens around lambda.

Before the fix it used to add unnecessary parens around parens:

- { (i: Int) => i + 1 }
+ { ((i: Int)) => i + 1 }

@adpi2 adpi2 merged commit f9b21de into scalacenter:main Oct 4, 2023
6 checks passed
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.

None yet

1 participant