Remove trailing white space

This commit is contained in:
Luis Morillo 2024-03-16 16:14:24 +01:00
parent 80a6c67cf3
commit 255f7c8eac
14 changed files with 110 additions and 112 deletions

View File

@ -46,10 +46,8 @@ defaultAttributes no_color = Brick.attrMap
where
withForeColor | no_color = const
| otherwise = Vty.withForeColor
withBackColor | no_color = \attr _ -> attr `Vty.withStyle` Vty.reverseVideo
| otherwise = Vty.withBackColor
withStyle = Vty.withStyle