Skip to content

Commit

Permalink
Apply style
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sch committed Jan 23, 2025
1 parent 5261055 commit 35773ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/pybind/t/geometry/trianglemesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,7 @@ This example shows how to create a hemisphere from a sphere::
"Create a box triangle mesh. One vertex of the box "
"will be placed at the origin and the box aligns "
"with the positive x, y, and z axes.",
"width"_a = 1.0,
"height"_a = 1.0, "depth"_a = 1.0,
"width"_a = 1.0, "height"_a = 1.0, "depth"_a = 1.0,
"float_dtype"_a = core::Float32,
"int_dtype"_a = core::Int64,
"device"_a = core::Device("CPU:0"))
Expand Down

0 comments on commit 35773ac

Please sign in to comment.