Skip to content

Commit 1fa0734

Browse files
committed
remove trailing whitespaces from template
1 parent db59c61 commit 1fa0734

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

python/rpdk/typescript/templates/handlers.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Resource extends BaseResource<ResourceModel> {
2121
/**
2222
* CloudFormation invokes this handler when the resource is initially created
2323
* during stack create operations.
24-
*
24+
*
2525
* @param session Current AWS session passed through from caller
2626
* @param request The request object for the provisioning request passed to the implementor
2727
* @param callbackContext Custom context object to enable handlers to process re-invocation
@@ -59,7 +59,7 @@ class Resource extends BaseResource<ResourceModel> {
5959
/**
6060
* CloudFormation invokes this handler when the resource is updated
6161
* as part of a stack update operation.
62-
*
62+
*
6363
* @param session Current AWS session passed through from caller
6464
* @param request The request object for the provisioning request passed to the implementor
6565
* @param callbackContext Custom context object to enable handlers to process re-invocation
@@ -84,7 +84,7 @@ class Resource extends BaseResource<ResourceModel> {
8484
* CloudFormation invokes this handler when the resource is deleted, either when
8585
* the resource is deleted from the stack as part of a stack update operation,
8686
* or the stack itself is deleted.
87-
*
87+
*
8888
* @param session Current AWS session passed through from caller
8989
* @param request The request object for the provisioning request passed to the implementor
9090
* @param callbackContext Custom context object to enable handlers to process re-invocation
@@ -108,7 +108,7 @@ class Resource extends BaseResource<ResourceModel> {
108108
/**
109109
* CloudFormation invokes this handler as part of a stack update operation when
110110
* detailed information about the resource's current state is required.
111-
*
111+
*
112112
* @param session Current AWS session passed through from caller
113113
* @param request The request object for the provisioning request passed to the implementor
114114
* @param callbackContext Custom context object to enable handlers to process re-invocation
@@ -131,7 +131,7 @@ class Resource extends BaseResource<ResourceModel> {
131131
/**
132132
* CloudFormation invokes this handler when summary information about multiple
133133
* resources of this resource provider is required.
134-
*
134+
*
135135
* @param session Current AWS session passed through from caller
136136
* @param request The request object for the provisioning request passed to the implementor
137137
* @param callbackContext Custom context object to enable handlers to process re-invocation

0 commit comments

Comments
 (0)