Skip to content

Commit

Permalink
style: remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Sep 15, 2024
1 parent 947d50c commit 3bc2763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/core/lib/stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export interface StackProps {
/**
* Whether to enable termination protection for this stack.
*
* @default - The termination protection of the containing
* @default - The termination protection of the containing
* `Stage` if available, otherwise `false`.
*/
readonly terminationProtection?: boolean;
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/core/lib/stage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export interface StageProps {

/**
* Whether to enable termination protection for stacks in this stage.
*
* @default - The termination protection should be configured on the `Stack`s.
*
* @default - The termination protection should be configured on the `Stack`s.
*/
readonly terminationProtection?: boolean;

Expand Down

0 comments on commit 3bc2763

Please sign in to comment.