aboutsummaryrefslogtreecommitdiffstats
path: root/test/Test.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-05-12 12:21:36 +0100
committerYann Herklotz <git@yannherklotz.com>2020-05-12 12:21:42 +0100
commit7124a4f00e536b4d5323a7488c1f65469dddb102 (patch)
tree150ccfd9bf1549c930a12ee5200826cedfa37fa3 /test/Test.hs
parentd1b04fc068b1484f8bd0020598d3a2f023772f46 (diff)
downloadverismith-7124a4f00e536b4d5323a7488c1f65469dddb102.tar.gz
verismith-7124a4f00e536b4d5323a7488c1f65469dddb102.zip
Format with ormolu
Diffstat (limited to 'test/Test.hs')
-rw-r--r--test/Test.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Test.hs b/test/Test.hs
index f2609ba..22cdb29 100644
--- a/test/Test.hs
+++ b/test/Test.hs
@@ -1,8 +1,8 @@
module Main where
-import Property
-import Test.Tasty
-import Unit
+import Property
+import Test.Tasty
+import Unit
tests :: TestTree
tests = testGroup "Tests" [unitTests, propertyTests]