add newline to end of comment

dev
Andrew Cassidy 3 years ago
parent bc0ddc1ff3
commit 55352697dd

@ -108,7 +108,7 @@ def main(inpath, outpath, name):
v_node.add_value('change', change)
with open(outpath, 'w') as fp:
fp.write('// Changelog file generated by yaclog-ksp (https://github.com/drewcassidy/yaclog-ksp)')
fp.write('// Changelog file generated by yaclog-ksp (https://github.com/drewcassidy/yaclog-ksp)\n')
fp.write('KERBALCHANGELOG\n')
fp.write(str(node))

Loading…
Cancel
Save