tweag / ormolu

A formatter for Haskell source code
https://ormolu-live.tweag.io
Other
956 stars 83 forks source link

Tuple sections formatted without spaces #1004

Closed oberblastmeister closed 1 year ago

oberblastmeister commented 1 year ago

Describe the bug

Tuple sections are formatted like this:

testing = (1,2,3,)

Expected behavior

I expect the formatted tuple sections to have spaces, especially when normal tuples are formatted like this:

testing = (1, 2, 3)

Environment

amesgen commented 1 year ago

Thanks, closing as a duplicate of #595.