From d9a26739b3f062f19d5051677fbac1526ae8747b Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 7 Nov 2023 15:06:09 +0100 Subject: fix hardcoded "@topic" --- app/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Main.hs') 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) -- cgit v1.2.3