mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-12 08:06:29 -07:00
Use force instead of reimplementing it
This commit is contained in:
parent
f7547c9a5a
commit
2a8170ba05
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ makeCommentWithFix severity id code str fix =
|
||||||
withFix = comment {
|
withFix = comment {
|
||||||
tcFix = Just fix
|
tcFix = Just fix
|
||||||
}
|
}
|
||||||
in withFix `deepseq` withFix
|
in force withFix
|
||||||
|
|
||||||
makeParameters spec =
|
makeParameters spec =
|
||||||
let params = Parameters {
|
let params = Parameters {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue