Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas authored Oct 21, 2024
1 parent 9217a01 commit 29a5a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-kms/lib/key-lookup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface KeyLookupOptions {
* Must be in the format `alias/<AliasName>`.
*/
readonly aliasName: string;

/**
* Whether to return a dummy key if the key was not found.
*
Expand All @@ -22,7 +22,7 @@ export interface KeyLookupOptions {
* @default false
*/
readonly returnDummyKeyOnMissing?: boolean;

/**
* Adds an additional discriminator to the `cdk.context.json` cache key.
*
Expand Down

0 comments on commit 29a5a95

Please sign in to comment.