From facdf115c31b272ae0732e28be814a18d8d9e17c Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Sat, 29 Feb 2020 17:38:04 +0100 Subject: [PATCH] Formatting. --- src/Renci.SshNet/Common/Extensions.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Renci.SshNet/Common/Extensions.cs b/src/Renci.SshNet/Common/Extensions.cs index d4ce4dee..17d72d7f 100644 --- a/src/Renci.SshNet/Common/Extensions.cs +++ b/src/Renci.SshNet/Common/Extensions.cs @@ -353,11 +353,9 @@ namespace Renci.SshNet.Common #if !FEATURE_STRINGBUILDER_CLEAR /// - /// Clears the contents of the string builder. + /// Clears the contents of the string builder. /// - /// - /// The to clear. - /// + /// The to clear. public static void Clear(this StringBuilder value) { value.Length = 0;