Skip to content

Commit 3bc0df5

Browse files
committed
lint
1 parent 4830f8a commit 3bc0df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@aws-cdk-testing/framework-integ/test/pipelines/test/integ.pipeline-with-customsynthesizer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ import { IntegTest } from '@aws-cdk/integ-tests-alpha';
1919
export class PipelineStack extends Stack {
2020
constructor(scope: Construct, id: string, props: StackProps) {
2121
super(scope, id, props);
22-
22+
2323
const bucket = new s3.Bucket(this, 'assetsBucket', {
2424
removalPolicy: RemovalPolicy.DESTROY,
2525
autoDeleteObjects: true,
2626
});
27-
27+
2828
const pipeline = new pipelines.CodePipeline(
2929
this,
3030
'Pipeline', {

0 commit comments

Comments
 (0)