rotating_light: Fixed linter warnings
This commit is contained in:
parent
ff99eb0af2
commit
ca01531f35
13 changed files with 13 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
import { calculateRatios } from "./shared";
|
||||
|
||||
export default function(part) {
|
||||
let { paperless, sa, snippets, Snippet, utils, store, complete, points, measurements, options, macro, Point, paths, Path } = part.shorthand();
|
||||
let { paperless, sa, snippets, Snippet, store, complete, points, measurements, options, macro, Point, paths, Path } = part.shorthand();
|
||||
|
||||
calculateRatios(part);
|
||||
// Belt width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue