From 6898445548da72e414be1bd9aa35d2b2571de521 Mon Sep 17 00:00:00 2001
From: Alexander Krotov <ilabdsf@gmail.com>
Date: Fri, 4 Oct 2019 18:29:00 +0300
Subject: [PATCH] hlint Muse writer

---
 src/Text/Pandoc/Writers/Muse.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Text/Pandoc/Writers/Muse.hs b/src/Text/Pandoc/Writers/Muse.hs
index 51a9ea7d6..c6ff70f5b 100644
--- a/src/Text/Pandoc/Writers/Muse.hs
+++ b/src/Text/Pandoc/Writers/Muse.hs
@@ -621,7 +621,7 @@ inlineToMuse (Quoted DoubleQuote lst) = do
   return $ "“" <> contents <> "”"
 inlineToMuse Cite {} =
   throwError $ PandocShouldNeverHappenError
-             $ "Citations should be expanded before normalization"
+               "Citations should be expanded before normalization"
 inlineToMuse (Code _ str) = do
   useTags <- gets stUseTags
   modify $ \st -> st { stUseTags = False }