Skip to content

Commit

Permalink
Fix minor formatting issue using fourmolu
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Aug 29, 2023
1 parent 3d9dc35 commit b68e96d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ spec = do
let schema = schemaFromModule m
hasNormalForm schema

hasNormalForm :: NFData a => a -> Expectation
hasNormalForm :: (NFData a) => a -> Expectation
hasNormalForm x = rnf x `shouldBe` ()

0 comments on commit b68e96d

Please sign in to comment.