diff --git a/utils/fileHeaders/run_format_headers.py b/utils/fileHeaders/run_format_headers.py index b4100f2..0ea7858 100755 --- a/utils/fileHeaders/run_format_headers.py +++ b/utils/fileHeaders/run_format_headers.py @@ -14,4 +14,4 @@ def run_format_headers(): subprocess.run(["python", script, str(path)], stdout=subprocess.PIPE) if __name__ == "__main__": - run_format_headers() \ No newline at end of file + run_format_headers()