Skip to content

Commit da93f30

Browse files
author
Nils
authored
fix formatting
1 parent bc24709 commit da93f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Log/lambda_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def is_cloudtrail(key):
216216
return bool(match)
217217

218218
def parse_event_source(event, key):
219-
for source in ["lambda","elasticloadbalancing","redshift","cloudfront","kinesis", "mariadb","mysql","apigateway", "route53", "vpc", "rds"]:
219+
for source in ["lambda", "elasticloadbalancing", "redshift", "cloudfront", "kinesis", "mariadb", "mysql", "apigateway", "route53", "vpc", "rds"]:
220220
if source in key:
221221
return source
222222
if is_cloudtrail(str(key)):

0 commit comments

Comments
 (0)