We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1099836 commit 933573eCopy full SHA for 933573e
1 file changed
src/Language/ECMAScript3/PrettyPrint.hs
@@ -167,7 +167,7 @@ instance Pretty (CaseClause a) where
167
CaseDefault _ ss ->
168
text "default" <> suffix ss
169
where
170
- suffix ss = colon <> softbreak <> nest 2 (prettyPrint ss)
+ suffix ss = colon <> nest 2 (softbreak <> prettyPrint ss)
171
172
instance Pretty InfixOp where
173
prettyPrint op = text $ case op of
0 commit comments