make the self-test output a bit prettier

Add a newline to the self-test output to aid reading.
This commit is contained in:
Rich Wareham
2010-09-17 13:34:10 +01:00
parent 528b36ef96
commit 663a67b5aa

View File

@@ -96,6 +96,8 @@ def do_test(key_matrix):
src_key = gen_source_key(src_ksv, key_matrix)
output_human_readable(src_ksv, src_key, False)
print('')
# generate sink key
snk_ksv = gen_ksv()
snk_key = gen_sink_key(snk_ksv, key_matrix)