Skip to content

Commit

Permalink
Fix spacing when formatting a task
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed May 13, 2024
1 parent 369098b commit 18b913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasklite-core/source/Lib.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2197,7 +2197,7 @@ formatTaskLine conf now taskWidth task =
Just date_ -> if date_ < now then "🔎 " else ""
)
<> ( if dueIn mempty{durationHours = 24} && isOpen
then "⚠️️ "
then "⚠️️ "
else ""
)
<> ( if dueIn mempty && isOpen
Expand Down

0 comments on commit 18b913f

Please sign in to comment.