From 4347ce60be94edbfc786ca2932e7b90b594ddba6 Mon Sep 17 00:00:00 2001 From: Robin Avery Date: Sun, 11 Aug 2024 19:59:33 -0400 Subject: [PATCH] Fix whitespace --- tools/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/project.py b/tools/project.py index 7da84643e4..d716a8f79c 100644 --- a/tools/project.py +++ b/tools/project.py @@ -466,7 +466,7 @@ def generate_build_ninja( deps=rule.get("deps", None), ) n.newline() - + def write_custom_step(step: str) -> List[str]: implicit = [] if config.custom_build_steps and step in config.custom_build_steps: