From 92cc2a748e4ac26c4f8625561ed2fc2f49872436 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Wed, 11 Jun 2025 15:19:03 -0400 Subject: [PATCH] fix(format-file-headers): small change --- utils/fileHeaders/run_format_headers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()