Skip to content

Commit 9b1116d

Browse files
committed
removed whitespace
1 parent eb76ae5 commit 9b1116d

File tree

1 file changed

+1
-1
lines changed
  • src/compas_rhino/geometry/surfaces

1 file changed

+1
-1
lines changed

src/compas_rhino/geometry/surfaces/nurbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def rhino_surface_from_parameters(
6161
is_u_periodic=False,
6262
is_v_periodic=False,
6363
):
64-
u_order = u_degree + 1
64+
u_order = u_degree + 1
6565
v_order = v_degree + 1
6666
u_point_count = len(points)
6767
v_point_count = len(points[0])

0 commit comments

Comments
 (0)