Skip to content

Commit facdf11

Browse files
committed
Formatting.
1 parent a8b8bb9 commit facdf11

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Renci.SshNet/Common/Extensions.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,9 @@ internal static void Dispose(this System.Security.Cryptography.HashAlgorithm alg
353353

354354
#if !FEATURE_STRINGBUILDER_CLEAR
355355
/// <summary>
356-
/// Clears the contents of the string builder.
356+
/// Clears the contents of the string builder.
357357
/// </summary>
358-
/// <param name="value">
359-
/// The <see cref="StringBuilder"/> to clear.
360-
/// </param>
358+
/// <param name="value">The <see cref="StringBuilder"/> to clear.</param>
361359
public static void Clear(this StringBuilder value)
362360
{
363361
value.Length = 0;

0 commit comments

Comments
 (0)