Skip to content

Commit 1bf9d79

Browse files
pahudAbogical
authored andcommitted
minor
1 parent e7f88c7 commit 1bf9d79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/aws-cdk-lib/aws-dynamodb/lib/encryption.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ export abstract class TableEncryptionV2 {
8383
kmsMasterKeyId: replicaKeyArns[replicaRegion],
8484
} satisfies CfnGlobalTable.ReplicaSSESpecificationProperty;
8585
}
86-
})(TableEncryption.CUSTOMER_MANAGED, tableKey,
87-
replicaKeyArns);
86+
}) (TableEncryption.CUSTOMER_MANAGED, tableKey, replicaKeyArns);
8887
}
8988

9089
private constructor (

0 commit comments

Comments
 (0)