From c67a386d4287c3f1aa54ced1cd17a24707dd2a7d Mon Sep 17 00:00:00 2001 From: Ritvik Kapila Date: Thu, 12 Sep 2024 11:48:39 -0700 Subject: [PATCH] fix indent(2) --- .../SharedCacheAcrossHierarchicalKeyrings.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AwsEncryptionSDK/runtimes/net/Examples/Keyring/AwsKmsHierarchical/SharedCacheAcrossHierarchicalKeyrings.cs b/AwsEncryptionSDK/runtimes/net/Examples/Keyring/AwsKmsHierarchical/SharedCacheAcrossHierarchicalKeyrings.cs index fca2a1488..6c98b711d 100644 --- a/AwsEncryptionSDK/runtimes/net/Examples/Keyring/AwsKmsHierarchical/SharedCacheAcrossHierarchicalKeyrings.cs +++ b/AwsEncryptionSDK/runtimes/net/Examples/Keyring/AwsKmsHierarchical/SharedCacheAcrossHierarchicalKeyrings.cs @@ -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.