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 55d2c65 commit 04ee583Copy full SHA for 04ee583
src/Codec/CBOR/Cuddle/Pretty.hs
@@ -67,7 +67,7 @@ instance Pretty Type1 where
67
instance Pretty Type2 where
68
pretty (T2Value v) = pretty v
69
pretty (T2Name n mg) = pretty n <> pretty mg
70
- pretty (T2Group g) = enclose "( " ")" . align $ pretty g
+ pretty (T2Group g) = enclose "(" ")" . align $ pretty g
71
pretty (T2Map g) = prettyGroup AsMap g
72
pretty (T2Array g) = prettyGroup AsArray g
73
pretty (T2Unwrapped n mg) = "~" <+> pretty n <> pretty mg
0 commit comments