Skip to content

Commit 9acf517

Browse files
authored
Typo spotted in jsParens (#4)
1 parent 4c792a7 commit 9acf517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dodo/Common.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jsParens :: forall a. Doc a -> Doc a
5050
jsParens = flexGroup <<< encloseEmptyAlt open close (text "()") <<< indent
5151
where
5252
open = flexAlt (text "(") (text "(" <> break)
53-
close = flexAlt (text "(") (break <> text ")")
53+
close = flexAlt (text ")") (break <> text ")")

0 commit comments

Comments
 (0)