mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Fixed indentation
This commit is contained in:
parent
fe810020c4
commit
817aadae6a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class StreamHandler(logging.StreamHandler):
|
|||
def format(self, record):
|
||||
"""Formats the string representation of record.
|
||||
|
||||
:param logging.LogRecord record: Record to be formatted
|
||||
:param logging.LogRecord record: Record to be formatted
|
||||
|
||||
:returns: Formatted, string representation of record
|
||||
:rtype: str
|
||||
|
|
|
|||
Loading…
Reference in a new issue