3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 16:27:37 +00:00

Remove unnecessary blank lines in mk_genfile_common.py and mk_api_doc.py

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-19 17:52:11 +00:00
parent d7aa454760
commit 0ad40a3f54
2 changed files with 0 additions and 5 deletions

View file

@ -468,7 +468,6 @@ try:
# We just need to register that it exists for the link in the index
print("Go documentation link will be included in index.")
print("Documentation was successfully generated at subdirectory '{}'.".format(OUTPUT_DIRECTORY))
except Exception:
exctype, value = sys.exc_info()[:2]