From c742e6fc4f3a3ddbd4f4519735f13942d68a3a75 Mon Sep 17 00:00:00 2001 From: Joe Ratzer <2004631+joeratzer@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:14:56 +0100 Subject: [PATCH] Update EncryptCredentialsMap.cs Fix inconsistent tabbing --- .../EncryptCredentials/Models/EncryptCredentialsMap.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.NET Core/EncryptCredentials/EncryptCredentials/Models/EncryptCredentialsMap.cs b/.NET Core/EncryptCredentials/EncryptCredentials/Models/EncryptCredentialsMap.cs index bb606d6d..8cf9937c 100644 --- a/.NET Core/EncryptCredentials/EncryptCredentials/Models/EncryptCredentialsMap.cs +++ b/.NET Core/EncryptCredentials/EncryptCredentials/Models/EncryptCredentialsMap.cs @@ -9,13 +9,13 @@ namespace EncryptCredentials.Models public class EncryptCredentialsMap { - // Gateway Id of corresponding dataset + // Gateway Id of corresponding dataset public Guid GatewayId { get; set; } - // Type of credential + // Type of credential public string CredentialType { get; set; } - // Credentials provided by user + // Credentials provided by user public string[] Credentials {get; set;} // Set default Privacy Level to None for encrypting credentials feature