From 4f681bdd6deb4476497d6d22b29c05e7f49102d9 Mon Sep 17 00:00:00 2001 From: FrendsSarlinS Date: Fri, 16 Aug 2024 14:34:07 +0300 Subject: [PATCH] Whitespaces formatted --- .../Frends.SFTP.DownloadFiles/Definitions/Connection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frends.SFTP.DownloadFiles/Frends.SFTP.DownloadFiles/Definitions/Connection.cs b/Frends.SFTP.DownloadFiles/Frends.SFTP.DownloadFiles/Definitions/Connection.cs index 9b033e8..7125b47 100644 --- a/Frends.SFTP.DownloadFiles/Frends.SFTP.DownloadFiles/Definitions/Connection.cs +++ b/Frends.SFTP.DownloadFiles/Frends.SFTP.DownloadFiles/Definitions/Connection.cs @@ -99,7 +99,7 @@ public class Connection [DisplayFormat(DataFormatString = "Text")] public string PrivateKeyPassphrase { get; set; } - /// + /// /// If set, this encoding will be used to encode and decode command /// parameters and server responses, such as file names. /// By selecting 'Other' you can use any encoding.