summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
Diffstat (limited to 'pygments')
-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)