Skip to content

Commit b96a988

Browse files
committed
adding a final newline
1 parent c415ba9 commit b96a988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github_permission_manager_webhook/utilities.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def comment_contains_approval(comment):
1515
return bool(pattern.search(comment['body']))
1616

1717
def approving_own_request(user, original_requestor):
18-
return user == original_requestor
18+
return user == original_requestor

0 commit comments

Comments
 (0)