aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-11-27 15:45:08 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:39 +0100
commit300d94ac249e7e70fb92fb21f6426d894fce61ce (patch)
tree656e971e911de70914da8db0d87383a89a2c4a9a /src/Text/Pandoc/Writers/EPUB.hs
parent23baba22430a1e56fc03453168933cc02c451567 (diff)
downloadpandoc-300d94ac249e7e70fb92fb21f6426d894fce61ce.tar.gz
Deleted whitespace at end of source lines.
Diffstat (limited to 'src/Text/Pandoc/Writers/EPUB.hs')
-rw-r--r--src/Text/Pandoc/Writers/EPUB.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Writers/EPUB.hs b/src/Text/Pandoc/Writers/EPUB.hs
index 580b12210..f0dce739e 100644
--- a/src/Text/Pandoc/Writers/EPUB.hs
+++ b/src/Text/Pandoc/Writers/EPUB.hs
@@ -347,8 +347,8 @@ writeEPUB opts doc =
evalStateT (pandocToEPUB opts doc) initState
pandocToEPUB :: PandocMonad m
- => WriterOptions
- -> Pandoc
+ => WriterOptions
+ -> Pandoc
-> E m B.ByteString
pandocToEPUB opts doc@(Pandoc meta _) = do
let version = fromMaybe EPUB2 (writerEpubVersion opts)