Fix to not add extra spaces when formatting call (#6652)
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user