From 48315257b1c29b2329ffc8d3eb9454c1b0e4efb3 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 1 Apr 2022 13:25:32 +0800 Subject: [PATCH] format --- src/util/_impl/_find_eq.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/_impl/_find_eq.scad b/src/util/_impl/_find_eq.scad index 35b1ec48..f2c2d0a8 100644 --- a/src/util/_impl/_find_eq.scad +++ b/src/util/_impl/_find_eq.scad @@ -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),