aboutsummaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-06 02:41:40 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-06 02:41:50 +0100
commita5dde0c6e1c1f54a1660f6c2345277927beef30f (patch)
treebdea12cbb5227e5f569738411d48ab64caa926c9 /app/Main.hs
parent8fd0696d61ec871da0ee994818c4113141dbff8f (diff)
chore: fix formatting
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Main.hs b/app/Main.hs
index c14ecfc..df63624 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -612,8 +612,8 @@ main = do
showIssue :: [Issue] -> Issue -> P.Doc P.AnsiStyle
showIssue issues issue = do
- let meta = I.getMeta issues issue
- issue
+ let meta = I.getMeta issues issue
+ issue
<<< ("\n" :: T.Text)
<<< meta