Skip to content

Commit a5407d5

Browse files
committed
chore: whitespace
1 parent 3ddcf16 commit a5407d5

File tree

1 file changed

+2
-2
lines changed
  • python/aws_lambda_powertools/logging

1 file changed

+2
-2
lines changed

Diff for: python/aws_lambda_powertools/logging/logger.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def inject_lambda_context(self, lambda_handler: Callable[[Dict, Any], Any] = Non
402402
403403
@logger.inject_lambda_context
404404
def handler(event, context):
405-
logger.info("Hello")
405+
logger.info("Hello")
406406
407407
**Captures Lambda contextual runtime info and logs incoming request**
408408
@@ -412,7 +412,7 @@ def handler(event, context):
412412
413413
@logger.inject_lambda_context(log_event=True)
414414
def handler(event, context):
415-
logger.info("Hello")
415+
logger.info("Hello")
416416
417417
Returns
418418
-------

0 commit comments

Comments
 (0)