Fixed indentation

This commit is contained in:
Brad Warren 2015-09-25 13:27:19 -07:00
parent fe810020c4
commit 817aadae6a

View file

@ -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