aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-10-04 21:25:41 -0700
committerJohn MacFarlane <[email protected]>2022-10-04 21:48:17 -0700
commit87bff282982b49c37b1ff1c1377111fbcac4c9fc (patch)
tree4208d764759e4184de7f22222380560220a77fde /src
parent1f982ddf47e56ba302085e68c8913fbcde8feff3 (diff)
Removed some final blank lines.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Citeproc/Name.hs2
-rw-r--r--src/Text/Pandoc/Translations.hs2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/Text/Pandoc/Citeproc/Name.hs b/src/Text/Pandoc/Citeproc/Name.hs
index e39cffd28..73695a2ab 100644
--- a/src/Text/Pandoc/Citeproc/Name.hs
+++ b/src/Text/Pandoc/Citeproc/Name.hs
@@ -153,5 +153,3 @@ isCapitalized (Str (T.uncons -> Just (c,cs)) : rest)
| otherwise = False
isCapitalized (_:rest) = isCapitalized rest
isCapitalized [] = True
-
-
diff --git a/src/Text/Pandoc/Translations.hs b/src/Text/Pandoc/Translations.hs
index f389e7bd5..00880da46 100644
--- a/src/Text/Pandoc/Translations.hs
+++ b/src/Text/Pandoc/Translations.hs
@@ -96,5 +96,3 @@ translateTerm term = do
Nothing -> do
report $ NoTranslation $ T.pack $ show term
return ""
-
-