diff options
author | samgd <sam@samgd.com> | 2016-07-22 15:58:45 +0200 |
---|---|---|
committer | samgd <sam@samgd.com> | 2016-07-22 15:58:45 +0200 |
commit | 94cbdc1b1e1965701c7eca147c74d0c19562e1fb (patch) | |
tree | 797ea994170dd8f708ec690bcab4228b3b2546ba /tests | |
parent | cb07202f5af0ac64f9aa4ccde9e9917f3ed01ed3 (diff) | |
download | hakyll-94cbdc1b1e1965701c7eca147c74d0c19562e1fb.tar.gz |
Remove redundant where
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Hakyll/Web/Template/Tests.hs | 1 |
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 -------------------------------------------------------------------------------- |