Skip to content

Commit 3295131

Browse files
committed
Stan: Build fix text
1 parent a9f651d commit 3295131

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-stan-plugin/src/Ide/Plugin

1 file changed

+1
-1
lines changed

plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ rules recorder = do
100100
T.unlines $
101101
[ " ✲ Name: " <> inspectionName inspection,
102102
" ✲ Description: " <> inspectionDescription inspection,
103-
" ✲ Severity: " <> (show $ inspectionSeverity inspection),
103+
" ✲ Severity: " <> (T.pack $ show $ inspectionSeverity inspection),
104104
" ✲ Category: " <> T.intercalate " "
105105
(map (("#" <>) . unCategory) $ toList $ inspectionCategory inspection),
106106
"Possible solutions:"

0 commit comments

Comments
 (0)