Skip to content

Commit 625887e

Browse files
committed
added missing semicolon
1 parent 17ddde1 commit 625887e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/patterns/@aws-solutions-constructs/aws-s3-sqs/test/integ.customLoggingBucket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/// !cdk-integ *
1515
import {App, Stack, RemovalPolicy} from "@aws-cdk/core";
16-
import { BucketEncryption } from "@aws-cdk/aws-s3"
16+
import { BucketEncryption } from "@aws-cdk/aws-s3";
1717
import {S3ToSqs} from "../lib";
1818
import { generateIntegStackName } from '@aws-solutions-constructs/core';
1919

0 commit comments

Comments
 (0)