Skip to content

Commit 228b008

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 19e7280 commit 228b008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import numpy as np
2525

2626
# tetrahedralize unit cube
2727
# define points
28-
points=[
28+
points = [
2929
[0.0, 0.0, 0.0],
3030
[1.0, 0.0, 0.0],
3131
[0.0, 1.0, 0.0],

0 commit comments

Comments
 (0)