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