Merge pull request #1214 from psgreco/master-fix-linter

Fix linter (trailing whitespace)
This commit is contained in:
James Dorfman 2023-02-24 11:12:11 -05:00 committed by GitHub
commit 8a179079e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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":
@ -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}")