diff options
| author | John MacFarlane <[email protected]> | 2025-09-06 17:48:09 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-06 17:48:09 +0200 |
| commit | f4eb08e37a6b691ff50af708936fb1984c599a8d (patch) | |
| tree | 39f095fa1cf9a53041c00ad74518f1d1d899062d /src | |
| parent | bdc55f6fe18a36ce9a073d7a214257c07077f357 (diff) | |
Fix spacing errors.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Text/Pandoc/Readers/DocBook.hs | 2 | ||||
| -rw-r--r-- | src/Text/Pandoc/Writers/LaTeX.hs | 1 |
2 files changed, 1 insertions, 2 deletions
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 - |
