Skip to content

Commit 0dec9ad

Browse files
committed
chore: lint
1 parent b35d488 commit 0dec9ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/ResolverFactory.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ function processPnpApiOption(option) {
126126
option === undefined &&
127127
/** @type {NodeJS.ProcessVersions & {pnp: string}} */ versions.pnp
128128
) {
129-
const _findPnpApi = /** @type {function(string): PnpApi | null}} */ (findPnpApi);
129+
const _findPnpApi = /** @type {function(string): PnpApi | null}} */ (
130+
findPnpApi
131+
);
130132
if (_findPnpApi) {
131133
return {
132134
resolveToUnqualified(request, issuer, opts) {

0 commit comments

Comments
 (0)