mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-29 09:19:59 +02:00
format
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
function _find_eq(lt, target, eq) =
|
function _find_eq(lt, target, eq) =
|
||||||
is_undef(eq) ? (
|
is_undef(eq) ? (
|
||||||
let(found = search([target], lt)[0])
|
let(found = search([target], lt)[0])
|
||||||
found == [] ? - 1 : found
|
found == [] ? -1 : found
|
||||||
) : (
|
) : (
|
||||||
let(
|
let(
|
||||||
leng = len(lt),
|
leng = len(lt),
|
||||||
|
Reference in New Issue
Block a user