diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-12-11 22:13:27 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-12-11 22:13:27 -0800 |
| commit | 3d4a6cc4a7f4b8c61edfc9a1879a94b66aff6b59 (patch) | |
| tree | 0ec507d828e4f1417f82db277c169d81872db045 /src/Text | |
| parent | df403fb3eafe6642ae0ec61669d0c94cd0f7128a (diff) | |
Whitespace fix.
Diffstat (limited to 'src/Text')
| -rw-r--r-- | src/Text/Pandoc/Readers/Docx/Util.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Docx/Util.hs b/src/Text/Pandoc/Readers/Docx/Util.hs index f373c5330..1f82951dc 100644 --- a/src/Text/Pandoc/Readers/Docx/Util.hs +++ b/src/Text/Pandoc/Readers/Docx/Util.hs @@ -88,4 +88,4 @@ extractChildren el condition _ -> acc) [] -- Reconstruct the element with the kept children - modifiedElement = el { elContent = map Elem keptChildren }
\ No newline at end of file + modifiedElement = el { elContent = map Elem keptChildren } |
