chore(brian): Fixed linter warnings
This commit is contained in:
parent
c16b48553b
commit
48e1c7c840
3 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,6 @@ import * as shared from './shared'
|
|||
|
||||
export default (part) => {
|
||||
let {
|
||||
units,
|
||||
measurements,
|
||||
options,
|
||||
store,
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
export default (part) => {
|
||||
let {
|
||||
store,
|
||||
units,
|
||||
sa,
|
||||
measurements,
|
||||
options,
|
||||
|
|
|
@ -14,7 +14,7 @@ function sleevecapAdjust(store) {
|
|||
}
|
||||
|
||||
function draftSleevecap(part, run) {
|
||||
let { units, store, measurements, options, Point, points, Path, paths } = part.shorthand()
|
||||
let { store, measurements, options, Point, points, Path, paths } = part.shorthand()
|
||||
// Sleeve center axis
|
||||
points.centerBiceps = new Point(0, 0)
|
||||
points.centerCap = points.centerBiceps.shift(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue