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

Router: treat infix argument clause like any other #3978

Merged
merged 1 commit into from
May 12, 2024

Conversation

kitbellew
Copy link
Collaborator

Helps with #3954.

(t.values match {
case (_: Term.Assign | _: Lit.Unit) :: Nil => true
case Nil | _ :: Nil => false
case _ => style.newlines.formatInfix
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the main change (to true). the rest is removing unused implicit.

@kitbellew kitbellew requested a review from tgodzik May 11, 2024 20:15
@kitbellew kitbellew merged commit b742be0 into scalameta:master May 12, 2024
9 checks passed
@kitbellew kitbellew deleted the 3978 branch May 12, 2024 17:00
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.

2 participants