Skip to content

Commit

Permalink
fix indent(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila committed Sep 12, 2024
1 parent 7e1176a commit c67a386
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ private static void Run(MemoryStream plaintext)
// - Same Branch Key ID

// Configure your KeyStore resource keystore2.
// This SHOULD be the same configuration that you used
// to initially create and populate your physical KeyStore.
// Note that ddbTableName keyStoreTableName is the physical Key Store,
// and keystore2 is instances of this physical Key Store.
// This SHOULD be the same configuration that you used
// to initially create and populate your physical KeyStore.
// Note that ddbTableName keyStoreTableName is the physical Key Store,
// and keystore2 is instances of this physical Key Store.

// Note that for this example, keystore2 is identical to keystore1.
// You can optionally change configurations like KMS Client or KMS Key ID based
// on your use-case.
Expand Down

0 comments on commit c67a386

Please sign in to comment.