Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-45043][BUILD] Upgrade
scalafmt
to 3.7.13
### What changes were proposed in this pull request? The pr aims to upgrade `scalafmt` from 3.7.5 to 3.7.13. ### Why are the changes needed? 1.The newest version include some bug fixed, eg: - FormatWriter: accumulate align shift correctly (scalameta/scalafmt#3615) - Indents: ignore fewerBraces if indentation is 1 (scalameta/scalafmt#3592) - RemoveScala3OptionalBraces: handle infix on rbrace (scalameta/scalafmt#3576) 2.The full release notes: https://github.com/scalameta/scalafmt/releases/tag/v3.7.13 https://github.com/scalameta/scalafmt/releases/tag/v3.7.12 https://github.com/scalameta/scalafmt/releases/tag/v3.7.11 https://github.com/scalameta/scalafmt/releases/tag/v3.7.10 https://github.com/scalameta/scalafmt/releases/tag/v3.7.9 https://github.com/scalameta/scalafmt/releases/tag/v3.7.8 https://github.com/scalameta/scalafmt/releases/tag/v3.7.7 https://github.com/scalameta/scalafmt/releases/tag/v3.7.6 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #42764 from panbingkun/SPARK-45043. Authored-by: panbingkun <pbk1982@gmail.com> Signed-off-by: Sean Owen <srowen@gmail.com>
- Loading branch information