Skip to content

Commit

Permalink
Remove useless TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Jun 30, 2024
1 parent d09f31e commit bd22252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Brick/Keybindings/Pretty.hs
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ keybindEventHelpWidget (evName, desc, evs) =
getText (Comment s) = s
getText (Verbatim s) = s
label = withDefAttr eventNameAttr $ case evName of
Comment s -> txt s -- TODO: was "; " <> s
Verbatim s -> txt s -- TODO: was: emph $ txt s
Comment s -> txt s
Verbatim s -> txt s
in vBox [ withDefAttr eventDescriptionAttr $ txt desc
, label <+> txt " = " <+> withDefAttr keybindingAttr (txt evText)
]
Expand Down

0 comments on commit bd22252

Please sign in to comment.