Skip to content

Commit

Permalink
format file
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pepper committed Jun 21, 2024
1 parent 906ee81 commit 67a15eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdk/lib/zuora-salesforce-link-remover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { GuLambdaFunction } from '@guardian/cdk/lib/constructs/lambda';
import { type App } from 'aws-cdk-lib';
import { Runtime } from 'aws-cdk-lib/aws-lambda';


export class ZuoraSalesforceLinkRemover extends GuStack {
constructor(scope: App, id: string, props: GuStackProps) {
super(scope, id, props);
Expand Down

0 comments on commit 67a15eb

Please sign in to comment.