1
0
Fork 0

chore: Prettier update

This commit is contained in:
Joost De Cock 2021-04-24 09:40:19 +02:00
parent 60cd1e294e
commit dfdfc46ded
25 changed files with 196 additions and 196 deletions

View file

@ -16,7 +16,7 @@ export default (part) => {
} = part.shorthand()
if (options.waistbandCurve > 0) {
return part;
return part
}
points.topLeft = new Point(0, 0)