scalameta / scalafmt

Code formatter for Scala
http://scalameta.org/scalafmt
Apache License 2.0
1.42k stars 276 forks source link

RewriteTrailingCommas: handle optional braces case #4059

Closed kitbellew closed 2 months ago

kitbellew commented 2 months ago

Don't check equality of owners of comma and closing delimiter, it's no longer guaranteed. Also, inconsistent with the check in FormatWriter so that could lead to further non-idempotency. Fixes #4058.