mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Fix linter (trailing whitespace)
This commit is contained in:
parent
9e627b6ea4
commit
a5976a6364
1 changed files with 2 additions and 2 deletions
|
|
@ -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}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue