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