Skip to content

Commit 1275fab

Browse files
Fix hlint suggestion
1 parent 98daca7 commit 1275fab

File tree

1 file changed

+1
-1
lines changed
  • code/hsec-tools/src/Security/Advisories

1 file changed

+1
-1
lines changed

code/hsec-tools/src/Security/Advisories/Parse.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ parseAdvisoryTable oob policy table doc summary details html = runTableParser $
174174

175175
cats <-
176176
fromMaybe []
177-
<$> optional advisory "cwe" (isArrayOf (isCWE))
177+
<$> optional advisory "cwe" (isArrayOf isCWE)
178178
kwds <-
179179
fromMaybe []
180180
<$> optional advisory "keywords" (isArrayOf (fmap Keyword . isString))

0 commit comments

Comments
 (0)