Skip to content

Commit 4a7f423

Browse files
docs(hotswap): remove un-needed newline in comment (#31473)
1 parent eb2dfda commit 4a7f423

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: packages/aws-cdk/lib/api/hotswap-deployments.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ const RESOURCE_DETECTORS: { [key: string]: HotswapDetector } = {
5050
};
5151

5252
/**
53-
* Perform a hotswap deployment,
54-
* short-circuiting CloudFormation if possible.
53+
* Perform a hotswap deployment, short-circuiting CloudFormation if possible.
5554
* If it's not possible to short-circuit the deployment
5655
* (because the CDK Stack contains changes that cannot be deployed without CloudFormation),
5756
* returns `undefined`.

0 commit comments

Comments
 (0)