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
  1. practicalswift commented at 9:56 PM on January 20, 2017: contributor

    No description provided.

  2. Remove redundant semicolons in Python code 5cdf10611f
  3. fanquake commented at 11:45 PM on January 20, 2017: member

    trivial ACK 5cdf106 btw, this is also something that could have been combined into #9581.

  4. in contrib/devtools/clang-format-diff.py:None 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.

  5. MarcoFalke commented at 11:47 PM on January 20, 2017: member

    utACK 5cdf10611fe5ea77d4632c24e69e68aa9b8119e0

  6. laanwj commented at 6:28 AM on January 23, 2017: member

    Please, 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).

  7. practicalswift commented at 8:28 AM on January 23, 2017: contributor

    @laanwj OK, understood! Thanks for clarifying :-)

  8. jonasschnelli approved
  9. jonasschnelli commented at 9:03 AM on January 23, 2017: contributor

    utACK 5cdf10611fe5ea77d4632c24e69e68aa9b8119e0

  10. laanwj merged this on Jan 23, 2017
  11. laanwj closed this on Jan 23, 2017

  12. laanwj referenced this in commit 5cf3c60fcc on Jan 23, 2017
  13. ryanofsky cross-referenced this on Feb 2, 2017 from issue Use importmulti timestamp when importing watch only keys (on top of #9682) by ryanofsky
  14. jnewbery cross-referenced this on Apr 1, 2017 from issue Remove unused import. Remove accidental trailing semicolons. by practicalswift
  15. codablock referenced this in commit 593b6dba9c on Jan 19, 2018
  16. codablock referenced this in commit b078ee050a on Jan 20, 2018
  17. codablock referenced this in commit 96b4910fbe on Jan 21, 2018
  18. andvgal referenced this in commit 3573cdf629 on Jan 6, 2019
  19. CryptoCentric referenced this in commit 937a53f63a on Feb 27, 2019
  20. practicalswift deleted the branch on Apr 10, 2021
  21. bitcoin 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: 2026-05-19 06:55 UTC