Skip to content

Commit

Permalink
formatbot: Automatically format code
Browse files Browse the repository at this point in the history
  • Loading branch information
tscircuitbot committed Oct 16, 2024
1 parent 01faddb commit 9f156bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/create-host-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,9 @@ export function createHostConfig(jscad: JSCADModule) {
internalInstanceHandle,
),
)
return geometries.reduce((acc, curr) => jscad.booleans.subtract(acc, curr))
return geometries.reduce((acc, curr) =>
jscad.booleans.subtract(acc, curr),
)
}

case "translate": {
Expand Down

0 comments on commit 9f156bb

Please sign in to comment.