Skip to content

Commit

Permalink
apply hlint suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Jan 9, 2025
1 parent d38b0ba commit c551791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swarm-tui/Swarm/TUI/View/Popup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ drawPopup s = \case
DebugWarningPopup ->
hBox
[ withAttr notifAttr (txt "Warning: ")
, txt $ "No progress will be saved, since debugging flags are in use."
, txt "No progress will be saved, since debugging flags are in use."
]

-- | Compute the number of rows of the notification popup we should be
Expand Down

0 comments on commit c551791

Please sign in to comment.