Skip to content

Commit e7f88c7

Browse files
pahudAbogical
authored andcommitted
minor
1 parent f67880a commit e7f88c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)