Skip to content

Commit 6434918

Browse files
authored
remove some more spaces
1 parent 8bee672 commit 6434918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samtranslator/model/apigateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def __init__(
237237
name + " Authorizer has invalid " "'FunctionPayloadType': " + function_payload_type + ".",
238238
)
239239

240-
if function_payload_type == "REQUEST" and self._is_missing_identity_source(identity):
240+
if function_payload_type == "REQUEST" and self._is_missing_identity_source(identity):
241241
identity = {}
242242

243243
self.api_logical_id = api_logical_id

0 commit comments

Comments
 (0)