浏览代码

Formatting.

Gert Driesen 5 年之前
父节点
当前提交
facdf115c3
共有 1 个文件被更改,包括 2 次插入4 次删除
  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
         /// <summary>
-        ///     Clears the contents of the string builder.
+        /// Clears the contents of the string builder.
         /// </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)
         {
             value.Length = 0;