Skip to content

Commit

Permalink
Update format
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Dec 20, 2023
1 parent 0fd4792 commit a71f689
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/packages_github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ const helmChartPackageFileNamePattern = /^(.+)(-helm-chart\.tgz)$/;
const mavenSnapshotUrlPattern = /^.+\/[0-9a-z.-]+-SNAPSHOT[0-9a-z.-]*\/[a-z0-9.-]+$/is;

export class GitHubPackages {
public constructor(public organization: string, public helmEnabledRepositories: string[]) {}
public constructor(
public organization: string,
public helmEnabledRepositories: string[],
) {}

public async findMavenFile(request: Request, env: Environment, type: Type, organization: Organization, repository: Repository, file: string): Promise<Response | undefined> {
if (type !== Type.github) {
Expand Down

0 comments on commit a71f689

Please sign in to comment.