Skip to content

Commit

Permalink
Revert "fix ci"
Browse files Browse the repository at this point in the history
This reverts commit 3108808.
  • Loading branch information
sol committed Apr 3, 2024
1 parent 3108808 commit 3d077dd
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 =
fst $ Map.findMin source
maybe 0 fst $ Map.lookupMin source

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

0 comments on commit 3d077dd

Please sign in to comment.