style: add missing trailing newlines (pyproject.toml, cli.py)
This commit is contained in:
+1
-1
@@ -468,4 +468,4 @@ def main(argv=None):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.exit(main())
|
sys.exit(main())
|
||||||
|
|||||||
+1
-1
@@ -26,4 +26,4 @@ hy3d-generate = "hy3d.browser.generator:main"
|
|||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["."]
|
where = ["."]
|
||||||
include = ["hy3d*"]
|
include = ["hy3d*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user