Skip to content
Snippets Groups Projects
Commit 38df0523 authored by Jens Nolte's avatar Jens Nolte
Browse files

Change whitespace

parent 4a2dd04a
No related branches found
No related tags found
No related merge requests found
......@@ -51,12 +51,12 @@ $(deriveJSON defaultOptions ''BlockText)
mkBlockOutput :: BlockText -> BlockOutput
mkBlockOutput text = BlockOutput
{ _fullText = text
, _shortText = Nothing
, _blockName = Nothing
, _invalid = False
}
mkBlockOutput text = BlockOutput {
_fullText = text,
_shortText = Nothing,
_blockName = Nothing,
_invalid = False
}
mkErrorOutput :: T.Text -> BlockOutput
mkErrorOutput = mkBlockOutput . importantText criticalImportant
......@@ -68,8 +68,6 @@ addIcon :: T.Text -> BlockOutput -> BlockOutput
addIcon icon = over fullText $ (<>) . normalText $ icon <> " "
normalImportant :: Importance
normalImportant = 1
warnImportant :: Importance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment