Whitespace fix.

This commit is contained in:
John MacFarlane
2026-08-28 09:20:36 -07:00
parent d2a0588448
commit 4bfd873b79
+1 -1
View File
@@ -1380,7 +1380,7 @@ handleUnrecognizedOption x =
mathMethods :: [Text]
mathMethods = ["plain", "mathml", "webtex", "mathjax", "katex", "gladtex"]
readersNames :: [Text]
readersNames = sort (map fst (readers :: [(Text, Reader PandocIO)]))