Skip to content

Commit 3dcefe8

Browse files
Whitespace
1 parent e9fa8c2 commit 3dcefe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_delphi_utils_python/delphi_utils/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_structured_logger(name=__name__,
4545
format="%(message)s",
4646
level=logging.INFO,
4747
handlers=[logging.StreamHandler()]
48-
)
48+
)
4949

5050
# Configure structlog. This uses many of the standard suggestions from
5151
# the structlog documentation.

0 commit comments

Comments
 (0)