Remove redundant semicolons in Python code #9607
pull practicalswift wants to merge 1 commits into bitcoin:master from practicalswift:remove-redundant-semicolons-in-python-code changing 8 files +16 −16-
practicalswift commented at 9:56 pm on January 20, 2017: contributor
-
Remove redundant semicolons in Python code 5cdf10611f
-
in contrib/devtools/clang-format-diff.py: in 5cdf10611f
127@@ -128,7 +128,7 @@ def main(): 128 line_count = int(match.group(3)) 129 if line_count == 0: 130 continue 131- end_line = start_line + line_count - 1; 132+ end_line = start_line + line_count - 1
MarcoFalke commented at 11:47 pm on January 20, 2017:Just a note that this exists upstream. Not against removing it here, though.MarcoFalke commented at 11:47 pm on January 20, 2017: memberutACK 5cdf10611fe5ea77d4632c24e69e68aa9b8119e0paveljanik commented at 7:58 am on January 21, 2017: contributorlaanwj commented at 6:28 am on January 23, 2017: memberPlease, do not open a ton of pull requests to do minor style stuff changes for the test scripts. If those are necessary at all I’d prefer to see them combined over time (there’s no hurry for these).practicalswift commented at 8:28 am on January 23, 2017: contributor@laanwj OK, understood! Thanks for clarifying :-)jonasschnelli approvedjonasschnelli commented at 9:03 am on January 23, 2017: contributorutACK 5cdf10611fe5ea77d4632c24e69e68aa9b8119e0laanwj merged this on Jan 23, 2017laanwj closed this on Jan 23, 2017
laanwj referenced this in commit 5cf3c60fcc on Jan 23, 2017codablock referenced this in commit 593b6dba9c on Jan 19, 2018codablock referenced this in commit b078ee050a on Jan 20, 2018codablock referenced this in commit 96b4910fbe on Jan 21, 2018andvgal referenced this in commit 3573cdf629 on Jan 6, 2019CryptoCentric referenced this in commit 937a53f63a on Feb 27, 2019practicalswift deleted the branch on Apr 10, 2021DrahtBot locked this on Aug 16, 2022
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2025-01-22 03:12 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2025-01-22 03:12 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me