Skip to content

Commit

Permalink
Stan: Build fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Aug 11, 2022
1 parent a9f651d commit 3295131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ rules recorder = do
T.unlines $
[ " ✲ Name: " <> inspectionName inspection,
" ✲ Description: " <> inspectionDescription inspection,
" ✲ Severity: " <> (show $ inspectionSeverity inspection),
" ✲ Severity: " <> (T.pack $ show $ inspectionSeverity inspection),
" ✲ Category: " <> T.intercalate " "
(map (("#" <>) . unCategory) $ toList $ inspectionCategory inspection),
"Possible solutions:"
Expand Down

0 comments on commit 3295131

Please sign in to comment.