Skip to content

Commit

Permalink
whitespace changes to trigger CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Feb 9, 2024
1 parent 3caefa3 commit 7e79058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/utils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import Test

main :: IO ()
main = mainTest tests 1000
main = mainTest tests 1000

tests :: Int -> [Bool]
tests n =
tests n =
[ True

, holds n $ elemBy (==) ==== elem -:> ()
Expand Down

0 comments on commit 7e79058

Please sign in to comment.