In elm-format 0.8.5 (MacOS) When formatted, ```elm f = g (--comment x) ``` the parens are removed, but should be retained in this case, as the comment is attached to `x`, and not to the space between `g` and `x`.
In elm-format 0.8.5 (MacOS)
When formatted,
the parens are removed, but should be retained in this case, as the comment is attached to
x, and not to the space betweengandx.