Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 16, 2023
1 parent b80f5f3 commit ad248da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/generateVersionHeader.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@
f.write("#ifndef REST_Version\n")
f.write("#define REST_Version\n")

f.write("/* This header has been generated using scripts/generateVersionHeader.py */\n\n")
f.write(
"/* This header has been generated using scripts/generateVersionHeader.py */\n\n"
)

f.write("/*\n")
f.write(" * The macros defined here can be used in the following way:\n")
Expand Down

0 comments on commit ad248da

Please sign in to comment.