Skip to content

Commit

Permalink
docs(hotswap): remove un-needed newline in comment (#31473)
Browse files Browse the repository at this point in the history
  • Loading branch information
DemoYeti committed Sep 20, 2024
1 parent eb2dfda commit 4a7f423
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/aws-cdk/lib/api/hotswap-deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 4a7f423

Please sign in to comment.