diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-25 19:03:21 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-25 19:03:21 +0000 |
commit | 93ce256f698a8c1d6d0bd4f33f258b39d7f0c748 (patch) | |
tree | 0085cf80a0846594d1d6cea93210d30e2508f851 /.yarn/releases/yarn-2.4.1.cjs | |
parent | df172e0b0d4180d025e19b80f4f091b01401e0d1 (diff) | |
download | tanzanite-93ce256f698a8c1d6d0bd4f33f258b39d7f0c748.tar.gz tanzanite-93ce256f698a8c1d6d0bd4f33f258b39d7f0c748.tar.bz2 tanzanite-93ce256f698a8c1d6d0bd4f33f258b39d7f0c748.zip |
Automatically format code
Diffstat (limited to '.yarn/releases/yarn-2.4.1.cjs')
-rwxr-xr-x | .yarn/releases/yarn-2.4.1.cjs | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/.yarn/releases/yarn-2.4.1.cjs b/.yarn/releases/yarn-2.4.1.cjs index da80911..6937bf8 100755 --- a/.yarn/releases/yarn-2.4.1.cjs +++ b/.yarn/releases/yarn-2.4.1.cjs @@ -12080,15 +12080,13 @@ module.exports = (() => { } } return ( - u - .getMapWithDefault(this.packageRegistry, r) - .set(A, { - packageLocation: E, - packageDependencies: B, - packagePeers: y, - linkType: e.linkType, - discardFromLookup: t.discardFromLookup || !1 - }), + u.getMapWithDefault(this.packageRegistry, r).set(A, { + packageLocation: E, + packageDependencies: B, + packagePeers: y, + linkType: e.linkType, + discardFromLookup: t.discardFromLookup || !1 + }), { packageLocation: I, buildDirective: p.length > 0 ? p : null } ); } |