We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c792a7 commit 9acf517Copy full SHA for 9acf517
src/Dodo/Common.purs
@@ -50,4 +50,4 @@ jsParens :: forall a. Doc a -> Doc a
50
jsParens = flexGroup <<< encloseEmptyAlt open close (text "()") <<< indent
51
where
52
open = flexAlt (text "(") (text "(" <> break)
53
- close = flexAlt (text "(") (break <> text ")")
+ close = flexAlt (text ")") (break <> text ")")
0 commit comments