1
0
Fork 0

chore(paco): Fixed linter warning

This commit is contained in:
Joost De Cock 2020-08-23 17:50:05 +02:00
parent f83d2f4fea
commit 213ca12ad9

View file

@ -1,15 +1,5 @@
export default function (part) {
let {
utils,
points,
Path,
paths,
snippets,
options,
complete,
paperless,
macro
} = part.shorthand()
let { points, Path, paths, snippets, options, complete, paperless, macro } = part.shorthand()
// Don't bother of we're not drafting back pockets
if (!options.backPockets) {