mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
Formatting.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user