Skip to content

Commit

Permalink
remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick committed Apr 8, 2024
1 parent e37ff8f commit 56c1d68
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -955,7 +955,6 @@ private Task WriteBytes(ReadOnlySpan<byte> b, int len, int offsetBuffer, bool ca
}
try
{

TdsParser.ReliabilitySection.Assert("unreliable call to WriteByteArray"); // you need to setup for a thread abort somewhere before you call this method

bool async = _parser._asyncWrite; // NOTE: We are capturing this now for the assert after the Task is returned, since WritePacket will turn off async if there is an exception
Expand Down

0 comments on commit 56c1d68

Please sign in to comment.