commit | 4b02f652e0c6d8184d406787dda99277a2f84f38 | [log] [tgz] |
---|---|---|
author | Hao Nguyen <haon@google.com> | Fri Dec 14 15:10:11 2018 -0800 |
committer | Hao Nguyen <haon@google.com> | Fri Dec 14 15:10:11 2018 -0800 |
tree | ceaed93f42474039a1ae844315222973168ca609 | |
parent | 9349e23827ef68c706c2db1f7c02d93e32a4d483 [diff] [blame] |
Make sure to add a new line at the end of XML files
diff --git a/update_version.py b/update_version.py index 148e62b..fc4c15c 100755 --- a/update_version.py +++ b/update_version.py
@@ -53,6 +53,7 @@ if add_xml_prefix: file_handle.write('<?xml version="1.0" encoding="UTF-8"?>\n') file_handle.write(content) + file_handle.write('\n') file_handle.close()