diff options
Diffstat (limited to 'pygments/formatters/other.py')
-rw-r--r-- | pygments/formatters/other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/other.py b/pygments/formatters/other.py index d83c77ea..4353c2b2 100644 --- a/pygments/formatters/other.py +++ b/pygments/formatters/other.py @@ -22,7 +22,7 @@ class NullFormatter(Formatter): name = 'Text only' aliases = ['text', 'null'] filenames = ['*.txt'] - + def format(self, tokensource, outfile): enc = self.encoding for ttype, value in tokensource: |