Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Fix bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
inacionery committed Jan 5, 2021
1 parent 017680e commit 8ce4bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-pull-request/git-pull-request.py
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,7 @@ def github_request(url, params=None, token=None):
else:
req = urllib2.Request(url)

authorize_request(req, token)
authorize_request(req, token)

if DEBUG:
print url
Expand Down

0 comments on commit 8ce4bc1

Please sign in to comment.