Browse Source

Formatting.

Gert Driesen 5 years ago
parent
commit
facdf115c3
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/Renci.SshNet/Common/Extensions.cs

+ 2 - 4
src/Renci.SshNet/Common/Extensions.cs

@@ -353,11 +353,9 @@ namespace Renci.SshNet.Common
 
 
 #if !FEATURE_STRINGBUILDER_CLEAR
 #if !FEATURE_STRINGBUILDER_CLEAR
         /// <summary>
         /// <summary>
-        ///     Clears the contents of the string builder.
+        /// Clears the contents of the string builder.
         /// </summary>
         /// </summary>
-        /// <param name="value">
-        ///     The <see cref="StringBuilder"/> to clear.
-        /// </param>
+        /// <param name="value">The <see cref="StringBuilder"/> to clear.</param>
         public static void Clear(this StringBuilder value)
         public static void Clear(this StringBuilder value)
         {
         {
             value.Length = 0;
             value.Length = 0;