Skip to content

Commit

Permalink
Remove empty write
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtbucher committed May 11, 2024
1 parent dc9404c commit 04ff733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tools/jit/_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ def build(
file.write(digest)
if comment:
file.write(f"// {comment}\n\n")
file.write("")
for line in _writer.dump(stencil_groups):
file.write(f"{line}\n")
jit_stencils_new.replace(jit_stencils)
Expand Down

0 comments on commit 04ff733

Please sign in to comment.