Skip to content

Commit 8a17907

Browse files
authored
Merge pull request #1214 from psgreco/master-fix-linter
Fix linter (trailing whitespace)
2 parents 9e627b6 + a5976a6 commit 8a17907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/review-prs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def get_merged_commits():
144144

145145
fromgui = False
146146
fromsecp = False
147-
147+
148148
if m is not None:
149149
[date, cid, merged_cid, chain, repo, prno, trailing] = m.groups()
150150
if chain == "Bitcoin":
@@ -326,7 +326,7 @@ def main() -> None:
326326
print("** COMMIT WE ARE REVIEWING:")
327327
os.system(f"git -C {WQ} log -1 --pretty=full {cid}")
328328
print()
329-
329+
330330
def diff4():
331331
os.system(f"git -C {WQ} diff {GIT_DIFF_OPTS} HEAD {cid}")
332332

0 commit comments

Comments
 (0)