Skip to content

Commit 8a32b7c

Browse files
committed
ConicalFrustum: add a line break to type definition for consistency
1 parent 752f30d commit 8a32b7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/primitives/ConicalFrustum.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ struct ConicalFrustum{T} <: GeometryPrimitive{3,T}
88
The center point of the circular base.
99
"""
1010
baseCenter :: Point3{T}
11+
1112
"""
1213
The radius of the bottom circle.
1314
"""

0 commit comments

Comments
 (0)