From 42c0650ccb2d6483f44e71c04d8c982a5e9208fe Mon Sep 17 00:00:00 2001 From: Kristov Atlas Date: Sat, 19 Sep 2015 17:22:41 -0400 Subject: add EOF newlines per @luke-jr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “README.mediawiki and bip-0069/bip-0069_examples.py are missing EOF newlines. Anything else needed before merging this draft?” — @luke-jr --- README.mediawiki | 2 +- bip-0069/bip-0069_examples.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mediawiki b/README.mediawiki index 6949512..13e38e8 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -297,4 +297,4 @@ Those proposing changes should consider that ultimately consent may rest with th | Draft |} - \ No newline at end of file + diff --git a/bip-0069/bip-0069_examples.py b/bip-0069/bip-0069_examples.py index 7622cfe..e2f52ed 100644 --- a/bip-0069/bip-0069_examples.py +++ b/bip-0069/bip-0069_examples.py @@ -109,4 +109,4 @@ def main(): print_outputs(tx_2820_output_tuples) if __name__ == "__main__": - main() \ No newline at end of file + main() -- cgit v1.2.3