Skip to content

Commit

Permalink
chore: remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Nov 2, 2023
1 parent 520b888 commit 982a433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/gen_docs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def copy_file(
shutil.copyfileobj(file_source, file_dest)
return
if header is None:
header_encoded = f"<!-- This file is autogenerated by {Path(inspect.stack()[1].filename ).relative_to(ROOT)}. -->\n".encode()
header_encoded = f"<!-- This file is autogenerated by {Path(inspect.stack()[1].filename).relative_to(ROOT)}. -->\n".encode()
else:
header_encoded = header.encode()
with TemporaryFile() as file_header:
Expand Down

0 comments on commit 982a433

Please sign in to comment.