summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-02 15:06:14 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-02 15:25:39 +0200
commitb61a51ee1551c62558369d9bcdaff32de7f3e2eb (patch)
treeeb33e32c751a6bb1e9aa71536da191d649e55520 /src/Text/Pandoc/App.hs
parent18f86a0c02da887ad0a61dfe449e58aa7fda294c (diff)
hlint suggestions.
Diffstat (limited to 'src/Text/Pandoc/App.hs')
-rw-r--r--src/Text/Pandoc/App.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs
index 58044860b..4d42b2f2b 100644
--- a/src/Text/Pandoc/App.hs
+++ b/src/Text/Pandoc/App.hs
@@ -1554,3 +1554,4 @@ splitField s =
case break (`elem` ":=") s of
(k,_:v) -> (k,v)
(k,[]) -> (k,"true")
+