style: add missing trailing newlines (pyproject.toml, cli.py)

This commit is contained in:
2026-08-15 22:59:52 +08:00
parent 3e85d6f987
commit 98280824c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -468,4 +468,4 @@ def main(argv=None):
if __name__ == "__main__":
sys.exit(main())
sys.exit(main())
+1 -1
View File
@@ -26,4 +26,4 @@ hy3d-generate = "hy3d.browser.generator:main"
[tool.setuptools.packages.find]
where = ["."]
include = ["hy3d*"]
include = ["hy3d*"]