mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Trailing whitespace. Oops.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user