remove unnecessary newline

This commit is contained in:
andy 2022-03-20 21:51:46 +01:00 committed by GitHub
parent ef7ffd2dd2
commit 6b163799c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,4 +81,3 @@ if __name__ == "__main__":
os.remove(patched_exe_dir / exe_name)
os.rmdir(patched_exe_dir)