Fix to not add extra spaces when formatting call (#6652)

This commit is contained in:
Jonathan Tran
2025-05-02 09:16:07 -04:00
committed by GitHub
parent c2dd4d1d2e
commit 1c697d30ee
6 changed files with 68 additions and 16 deletions

View File

@ -126,7 +126,7 @@ fn armRestProfile(@plane, offset) {
export fn armRest(@plane, offset) {
path = armRestPath( offsetPlane(plane, offset = offset))
profile = armRestProfile( offsetPlane(-XZ, offset = 20), offset = -offset)
profile = armRestProfile(offsetPlane(-XZ, offset = 20), offset = -offset)
sweep(profile, path = path)
return 0
}