Skip to content

Commit

Permalink
improve spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Feb 9, 2024
1 parent b3629ee commit e59656b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/Framework/Providers/LeanCheck.hs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import Data.Typeable (Typeable)
#endif

-- | List of test results for a given property
newtype Results = Results [([String],Bool)]
newtype Results = Results [([String],Bool)]

#if __GLASGOW_HASKELL__ == 708
deriving instance Typeable Results
Expand Down

0 comments on commit e59656b

Please sign in to comment.