Remove indent line, this function is deprecated

This commit is contained in:
Micah Lee 2021-11-24 12:36:18 -08:00
parent e6d90a5729
commit 65a66b78cd
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -222,7 +222,6 @@ def main():
print(f'<?define ProductVersion = "{version}"?>')
print('<?define ProductUpgradeCode = "12b9695c-965b-4be0-bc33-21274e809576"?>')
ET.indent(root_el)
ET.dump(root_el)