Trailing whitespace. Oops.

This commit is contained in:
lf 2015-10-15 21:28:32 -06:00
parent 2cd0e64537
commit 2956d5d913

View file

@ -87,7 +87,7 @@ class RawNginxDumper(object):
def __str__(self):
"""Return the parsed block as a string."""
return '\n'.join(self) + '\n'
def as_string(self):
"""Return the parsed block as a string."""
return str(self)