From f4eb08e37a6b691ff50af708936fb1984c599a8d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 6 Sep 2025 17:48:09 +0200 Subject: Fix spacing errors. --- src/Text/Pandoc/Readers/DocBook.hs | 2 +- src/Text/Pandoc/Writers/LaTeX.hs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/Text/Pandoc/Readers/DocBook.hs b/src/Text/Pandoc/Readers/DocBook.hs index 0e6e083bd..38e67e87e 100644 --- a/src/Text/Pandoc/Readers/DocBook.hs +++ b/src/Text/Pandoc/Readers/DocBook.hs @@ -1194,7 +1194,7 @@ parseEntry cn el = do let toRowSpan en = do case findAttr (unqual "morerows") en of Just moreRow -> rowDistance moreRow - _ -> 1 + _ -> 1 let colSpan = toColSpan el let rowSpan = toRowSpan el let align = toAlignment el diff --git a/src/Text/Pandoc/Writers/LaTeX.hs b/src/Text/Pandoc/Writers/LaTeX.hs index 4793abd06..a2175b0d1 100644 --- a/src/Text/Pandoc/Writers/LaTeX.hs +++ b/src/Text/Pandoc/Writers/LaTeX.hs @@ -1377,4 +1377,3 @@ needsCancel t = then return True else pCancel _ -> pCancel - -- cgit v1.2.3