aboutsummaryrefslogtreecommitdiffstats
path: root/test/Doctest.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@ymhg.org>2019-04-01 10:55:40 +0100
committerYann Herklotz <git@ymhg.org>2019-04-01 10:55:40 +0100
commitbac2f24871d95eeb3aa3fc898a7656fc4f5f094a (patch)
treeabae8302d3a07eec39fe1a3d05077d4505a0b2bb /test/Doctest.hs
parentce3b5a9dc47c2325e1e9cc61279972048b9fbabd (diff)
downloadverismith-bac2f24871d95eeb3aa3fc898a7656fc4f5f094a.tar.gz
verismith-bac2f24871d95eeb3aa3fc898a7656fc4f5f094a.zip
Run through 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 421f3d6..44fecac 100644
--- a/test/Doctest.hs
+++ b/test/Doctest.hs
@@ -8,5 +8,4 @@ main :: IO ()
main = do
traverse_ putStrLn args -- optionally print arguments
doctest args
- where
- args = flags ++ pkgs ++ module_sources
+ where args = flags ++ pkgs ++ module_sources