1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

formatting

This commit is contained in:
Justin Lin
2017-05-14 11:13:20 +08:00
parent 4aa49793c7
commit f8e9cea5ad

View File

@@ -12,7 +12,7 @@ function __pie_for_rounding(r, begin_a, end_a, frags) =
]
],
is_integer ? [] : [[
r * cos(end_a),
r * sin(end_a)
]]
r * cos(end_a),
r * sin(end_a)
]]
);