From 3d5626b32bb66b66a503dd60995d7ece80084d56 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 4 Dec 2018 16:54:35 +0000 Subject: Add newline to test --- tests/Test.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Test.hs b/tests/Test.hs index 0eb9e0a..c234b90 100644 --- a/tests/Test.hs +++ b/tests/Test.hs @@ -8,3 +8,4 @@ tests :: TestTree tests = testGroup "Tests" [unitTests, propertyTests] main = defaultMain tests + -- cgit