mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-03 03:33:08 +02:00
format
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
function __nearest_multiple_of_4(n) =
|
function __nearest_multiple_of_4(n) =
|
||||||
let(
|
let(remain = n % 4)
|
||||||
remain = n % 4
|
|
||||||
)
|
|
||||||
(remain / 4) > 0.5 ? n - remain + 4 : n - remain;
|
(remain / 4) > 0.5 ? n - remain + 4 : n - remain;
|
||||||
|
Reference in New Issue
Block a user