From d43a407ef2207f5f581dcfdc03595c5e54cecd36 Mon Sep 17 00:00:00 2001 From: DemoYeti <164791169+DemoYeti@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:02:51 -0400 Subject: [PATCH] fix(comment): remove un-needed newline --- packages/aws-cdk/lib/api/hotswap-deployments.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/aws-cdk/lib/api/hotswap-deployments.ts b/packages/aws-cdk/lib/api/hotswap-deployments.ts index cce59580ba86f..2b6e2ca2ffd64 100644 --- a/packages/aws-cdk/lib/api/hotswap-deployments.ts +++ b/packages/aws-cdk/lib/api/hotswap-deployments.ts @@ -50,8 +50,7 @@ const RESOURCE_DETECTORS: { [key: string]: HotswapDetector } = { }; /** - * Perform a hotswap deployment, - * short-circuiting CloudFormation if possible. + * Perform a hotswap deployment, short-circuiting CloudFormation if possible. * If it's not possible to short-circuit the deployment * (because the CDK Stack contains changes that cannot be deployed without CloudFormation), * returns `undefined`.