Skip to content

Commit

Permalink
style: prettier styling
Browse files Browse the repository at this point in the history
  • Loading branch information
RGunning committed Jan 30, 2024
1 parent 43d8b8e commit 46ea403
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/modules/manager/npm/post-update/yarn.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ describe('modules/manager/npm/post-update/yarn', () => {
});
});


describe('fuzzyMatchAdditionalYarnrcYml()', () => {
it.each`
additionalRegistry | existingRegistry | expectedRegistry
Expand Down
1 change: 0 additions & 1 deletion lib/modules/manager/npm/post-update/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ export async function generateLockFile(
return { lockFile };
}


export function fuzzyMatchAdditionalYarnrcYml<
T extends { npmRegistries?: Record<string, unknown> },
>(additionalYarnRcYml: T, existingYarnrRcYml: T): T {
Expand Down

0 comments on commit 46ea403

Please sign in to comment.