Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya committed Aug 11, 2024
1 parent 3df1797 commit 4347ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4347ce6

Please sign in to comment.