diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs index 793d8a5..7604137 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -577,7 +577,7 @@ main = do P.vsep $ ( P.annotate P.bold . P.annotate (P.color P.Yellow) $ ( ( P.annotate P.bold $ - ("@topic" :: P.Doc ann) <+> P.pretty name + (("@" :: P.Doc ann) <> P.pretty groupBy) <+> P.pretty name ) <+> ("(" :: P.Doc ann) <> P.pretty (length issues) |