Skip to content

Commit

Permalink
Merge pull request #1214 from psgreco/master-fix-linter
Browse files Browse the repository at this point in the history
Fix linter (trailing whitespace)
  • Loading branch information
jamesdorfman committed Feb 24, 2023
2 parents 9e627b6 + a5976a6 commit 8a17907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/review-prs.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get_merged_commits():

fromgui = False
fromsecp = False

if m is not None:
[date, cid, merged_cid, chain, repo, prno, trailing] = m.groups()
if chain == "Bitcoin":
Expand Down Expand Up @@ -326,7 +326,7 @@ def main() -> None:
print("** COMMIT WE ARE REVIEWING:")
os.system(f"git -C {WQ} log -1 --pretty=full {cid}")
print()

def diff4():
os.system(f"git -C {WQ} diff {GIT_DIFF_OPTS} HEAD {cid}")

Expand Down

0 comments on commit 8a17907

Please sign in to comment.