summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.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.hs
parent23baba22430a1e56fc03453168933cc02c451567 (diff)
Deleted whitespace at end of source lines.
Diffstat (limited to 'src/Text/Pandoc.hs')
-rw-r--r--src/Text/Pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs
index 0a6b67f02..b5e5bebcd 100644
--- a/src/Text/Pandoc.hs
+++ b/src/Text/Pandoc.hs
@@ -282,7 +282,7 @@ readers = [ ("native" , StringReader $ \_ s -> return $ readNative s)
-- runIOorExplode $
-- writeEPUB o{ writerEpubVersion = Just EPUB2 } doc)
-- ,("epub3" , IOByteStringWriter $ \o doc ->
--- runIOorExplode $
+-- runIOorExplode $
-- writeEPUB o{ writerEpubVersion = Just EPUB3 } doc)
-- ,("fb2" , IOStringWriter $ \o doc ->
-- runIOorExplode $ writeFB2 o doc)