summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsamgd <sam@samgd.com>2016-07-22 15:58:45 +0200
committersamgd <sam@samgd.com>2016-07-22 15:58:45 +0200
commit94cbdc1b1e1965701c7eca147c74d0c19562e1fb (patch)
tree797ea994170dd8f708ec690bcab4228b3b2546ba /tests
parentcb07202f5af0ac64f9aa4ccde9e9917f3ed01ed3 (diff)
downloadhakyll-94cbdc1b1e1965701c7eca147c74d0c19562e1fb.tar.gz
Remove redundant where
Diffstat (limited to 'tests')
-rw-r--r--tests/Hakyll/Web/Template/Tests.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Hakyll/Web/Template/Tests.hs b/tests/Hakyll/Web/Template/Tests.hs
index a975901..7d5d6ec 100644
--- a/tests/Hakyll/Web/Template/Tests.hs
+++ b/tests/Hakyll/Web/Template/Tests.hs
@@ -69,7 +69,6 @@ testContext = mconcat
return [n1, n2]
, functionField "rev" $ \args _ -> return $ unwords $ map reverse args
]
- where
--------------------------------------------------------------------------------