tweag/ormolu

Tuple sections formatted without spaces

oberblastmeister opened this issue · 1 comments

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

  • OS name + version: Arch Linux
  • ormolu 0.5.3.0 1b39d94d0c06aa53a577f7e0476695f9e6f5020b using ghc-lib-parser 9.4.3.20221104

Thanks, closing as a duplicate of #595.