Once again, removed extraneous comma.

This commit is contained in:
Revar Desmera 2023-10-10 14:54:37 -07:00
parent 2155d6b785
commit a6e60b5993

View file

@ -288,7 +288,7 @@ function circle(r, d, points, corner, anchor=CENTER, spin=0) =
r = get_radius(r=r, d=d, dflt=1)
) [cp, r],
cp = data[0],
r = data[1],
r = data[1]
)
assert(r>0, "Radius/diameter must be positive")
let(