Newline at end of output

This commit is contained in:
Ian Gulliver
2016-03-29 15:06:00 -07:00
parent 3543dd218a
commit acc791b244

View File

@@ -52,3 +52,4 @@ class Wrapper(object):
wrapper = Wrapper(FLAGS.key, FLAGS.cert, FLAGS.other_certs)
wrapped = wrapper.Wrap(sys.stdin.read())
json.dump(wrapped, sys.stdout, sort_keys=True, indent=4)
sys.stdout.write('\n')