Skip to content

Commit

Permalink
added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mickychetta committed Oct 1, 2021
1 parent 17ddde1 commit 625887e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

Expand Down

0 comments on commit 625887e

Please sign in to comment.