Skip to content

Commit

Permalink
format suggested code
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow authored Jan 1, 2024
1 parent 0391c4c commit 4ef5d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/convertPathData.js
Original file line number Diff line number Diff line change
Expand Up @@ -722,9 +722,9 @@ function filters(
0,
4,
// @ts-ignore
(x1 + x2) - item.base[0],
x1 + x2 - item.base[0],
// @ts-ignore
(y1 + y2) - item.base[1],
y1 + y2 - item.base[1],
);
roundData(newData);
const originalLength = cleanupOutData(data, params).length,
Expand Down

0 comments on commit 4ef5d3a

Please sign in to comment.