One more CR fix
This commit is contained in:
parent
16734c8bf2
commit
fb3b54eb0f
1 changed files with 2 additions and 2 deletions
|
@ -154,8 +154,8 @@ namespace AsterNET.IO
|
||||||
/// <summary>connection has already been closed.</summary>
|
/// <summary>connection has already been closed.</summary>
|
||||||
public void Write(string s)
|
public void Write(string s)
|
||||||
{
|
{
|
||||||
writer.Write(encoding.GetBytes(s));
|
writer.Write(encoding.GetBytes(s));
|
||||||
writer.Flush();
|
writer.Flush();
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue