From 4a7f423f629a0ef6e30d5cc3e2f391824d8af40e Mon Sep 17 00:00:00 2001 From: DemoYeti <164791169+DemoYeti@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:03:26 -0400 Subject: [PATCH] docs(hotswap): remove un-needed newline in comment (#31473) --- 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`.