Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Oct 22, 2023
1 parent 600abc7 commit 3108808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hedgehog/src/Hedgehog/Internal/Report.hs
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ ppDeclaration decl = let source = declarationSource decl in
n >= firstLine && Map.notMember n source

firstLine =
maybe 0 fst $ Map.lookupMin source
fst $ Map.findMin source

ppAnnot (style, doc) =
markup (StyledLineNo style) ppEmptyNo <+>
Expand Down

0 comments on commit 3108808

Please sign in to comment.