fix(format-file-headers): small change

This commit is contained in:
2025-06-11 15:19:03 -04:00
parent db2dcdb106
commit 92cc2a748e

View File

@@ -14,4 +14,4 @@ def run_format_headers():
subprocess.run(["python", script, str(path)], stdout=subprocess.PIPE)
if __name__ == "__main__":
run_format_headers()
run_format_headers()