summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinkham <code@andrewsforge.com>2014-04-28 18:48:00 -0500
committerAndrew Pinkham <code@andrewsforge.com>2014-04-28 18:48:00 -0500
commitc2c03030d32e5094b5042155e712dcb8dad1bc0b (patch)
tree76a1325070b384543d01a8763c68fcd686b8f103
parentf89e6695a370413330b57368c649bc02cad36270 (diff)
downloadpygments-c2c03030d32e5094b5042155e712dcb8dad1bc0b.tar.gz
RTF Formatter: removed unnecessary newline
-rw-r--r--pygments/formatters/rtf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pygments/formatters/rtf.py b/pygments/formatters/rtf.py
index 7af116dc..041865ca 100644
--- a/pygments/formatters/rtf.py
+++ b/pygments/formatters/rtf.py
@@ -76,7 +76,6 @@ class RtfFormatter(Formatter):
if not text:
return ''
-
# escape text
text = self._escape(text)