Skip to content

Commit d47eca2

Browse files
committed
lint fix
1 parent 4e87f28 commit d47eca2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/ado-npm-auth-lib/src/npmrc/npmrcFileProvider.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ export class NpmrcFileProvider extends FileProvider {
8484
return feeds;
8585
}
8686

87-
async processFeeds(filePath: string, feeds: Map<string, Feed>): Promise<void> {
87+
async processFeeds(
88+
filePath: string,
89+
feeds: Map<string, Feed>,
90+
): Promise<void> {
8891
await this.processNpmRcFile(
8992
filePath,
9093
(_: string, registry: string, field: string, value: string) => {

0 commit comments

Comments
 (0)