add EOF newlines per @luke-jr

“README.mediawiki and bip-0069/bip-0069_examples.py are missing EOF
newlines. Anything else needed before merging this draft?” — @luke-jr
This commit is contained in:
Kristov Atlas 2015-09-19 17:22:41 -04:00
parent fe9249ac7d
commit 42c0650ccb
2 changed files with 2 additions and 2 deletions

View File

@ -297,4 +297,4 @@ Those proposing changes should consider that ultimately consent may rest with th
| Draft | Draft
|} |}
<!-- IMPORTANT! See the instructions at the top of this page, do NOT JUST add BIPs here! --> <!-- IMPORTANT! See the instructions at the top of this page, do NOT JUST add BIPs here! -->

View File

@ -109,4 +109,4 @@ def main():
print_outputs(tx_2820_output_tuples) print_outputs(tx_2820_output_tuples)
if __name__ == "__main__": if __name__ == "__main__":
main() main()