Skip to content

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
@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