Skip to content

Commit 7581764

Browse files
fix: prettier
1 parent 82889de commit 7581764

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/cloudFormation.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ async function getCloudFormationStackTemplate(
6464
*/
6565
async function getCloudFormationClient(awsConfiguration: AwsConfiguration) {
6666
if (!cloudFormationClient) {
67-
const { CloudFormationClient } = await import(
68-
'@aws-sdk/client-cloudformation'
69-
);
67+
const { CloudFormationClient } =
68+
await import('@aws-sdk/client-cloudformation');
7069
cloudFormationClient = new CloudFormationClient({
7170
region: awsConfiguration.region,
7271
credentials: AwsCredentials.getCredentialsProvider(awsConfiguration),

0 commit comments

Comments
 (0)