aboutsummaryrefslogtreecommitdiffstats
path: root/test/Reduce.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Reduce.hs')
-rw-r--r--test/Reduce.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Reduce.hs b/test/Reduce.hs
index bc47d94..722ddea 100644
--- a/test/Reduce.hs
+++ b/test/Reduce.hs
@@ -3,7 +3,7 @@ Module : Reduce
Description : Test reduction.
Copyright : (c) 2019, Yann Herklotz Grave
License : GPL-3
-Maintainer : ymherklotz [at] gmail [dot] com
+Maintainer : yann [at] yannherklotz [dot] com
Stability : experimental
Portability : POSIX
@@ -17,7 +17,7 @@ module Reduce
)
where
-import Data.List ( (\\) )
+import Data.List ((\\))
import Test.Tasty
import Test.Tasty.HUnit
import VeriFuzz