Skip to content

Commit

Permalink
Reduce line length
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Dec 2, 2024
1 parent cb5a1b6 commit 610f263
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/combinations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ end
end

@testitem "Meshes.BezierCurve" setup=[Setup] begin
curve = BezierCurve(
[Point(t * u"m", sin(t) * u"m", 0.0u"m") for t in range(-pi, pi, length = 361)]
)
curve = BezierCurve([Point(t, sin(t), 0) for t in range(-pi, pi, length = 361)])

function f(p::P) where {P <: Meshes.Point}
ux = ustrip(p.coords.x)
Expand Down

0 comments on commit 610f263

Please sign in to comment.