aboutsummaryrefslogtreecommitdiffstats
path: root/test/Doctest.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@ymhg.org>2019-05-13 20:50:01 +0100
committerYann Herklotz <git@ymhg.org>2019-05-13 20:50:01 +0100
commit76e9b994258d9af87868ba9f420db4ee1c29de67 (patch)
treef11b3729582a21ea31555a9106d2190e180e2ce9 /test/Doctest.hs
parent3ddfc0111566113b3ec15725cb5ced6dea531a3a (diff)
downloadverismith-76e9b994258d9af87868ba9f420db4ee1c29de67.tar.gz
verismith-76e9b994258d9af87868ba9f420db4ee1c29de67.zip
Format with brittany
Diffstat (limited to 'test/Doctest.hs')
-rw-r--r--test/Doctest.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Doctest.hs b/test/Doctest.hs
index 1b899c3..7463dfe 100644
--- a/test/Doctest.hs
+++ b/test/Doctest.hs
@@ -4,5 +4,4 @@ import Build_doctests (flags, module_sources, pkgs)
import Test.DocTest (doctest)
main :: IO ()
-main = doctest args
- where args = flags ++ pkgs ++ module_sources
+main = doctest args where args = flags ++ pkgs ++ module_sources