diff options
author | gbrandl <devnull@localhost> | 2007-02-14 18:28:29 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-02-14 18:28:29 +0100 |
commit | 74d67f73e81663e45609d99751353b690a4ac312 (patch) | |
tree | 9036deee060f94fc1113da32955e01a91b7c1666 /pygments/formatters/other.py | |
parent | af020e969dfdbb6833887e0a088e245e5032f26a (diff) | |
download | pygments-74d67f73e81663e45609d99751353b690a4ac312.tar.gz |
[svn] Make check.
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: |