aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Main.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 0cb5036..d69530f 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -171,10 +171,7 @@ main = do
map
( \(I.Tag k v) ->
P.annotate (P.colorDull P.Yellow) $
- -- TODO print tags like they are written
- --
- -- i.e. without colon (`:`)
- P.pretty ("@" `T.append` k `T.append` ":" `T.append` v)
+ P.pretty ("@" `T.append` k `T.append` " " `T.append` v)
)
( issue.tags
++ if internalTags then issue.internalTags else []