pekko icon indicating copy to clipboard operation
pekko copied to clipboard

Remove redundant params from defn bodies

Open mdedetrich opened this issue 1 year ago • 1 comments

I noticed that the codebase has a lot of cases of redundant/useless braces, this scalafmt configuration removes all of these braces.

When this gets merged In a future PR I will add this commit to .git-blame-ignore-revs

mdedetrich avatar Jul 21 '24 12:07 mdedetrich

Seems like there is a bug in scalafmt, reported upstream at https://github.com/scalameta/scalafmt/issues/4108

mdedetrich avatar Jul 21 '24 13:07 mdedetrich