mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Trailing whitespace. Oops.
This commit is contained in:
parent
2cd0e64537
commit
2956d5d913
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue