mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
codebase: Remove multiple whitespaces after comma.
This commit is contained in:
@@ -344,7 +344,7 @@ def get_subject_based_on_event(event, payload):
|
||||
return get_repo_name(payload)
|
||||
|
||||
def get_event(request, payload, branches):
|
||||
# type: (HttpRequest, Dict[str, Any], Optional[Text]) -> Optional[str]
|
||||
# type: (HttpRequest, Dict[str, Any], Optional[Text]) -> Optional[str]
|
||||
event = request.META['HTTP_X_GITLAB_EVENT']
|
||||
if event == 'Issue Hook':
|
||||
action = payload['object_attributes'].get('action')
|
||||
|
||||
Reference in New Issue
Block a user