Skip to content

Commit 56c1d68

Browse files
committed
remove extra whitespace
1 parent e37ff8f commit 56c1d68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParserStateObject.netfx.cs

-1
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,6 @@ private Task WriteBytes(ReadOnlySpan<byte> b, int len, int offsetBuffer, bool ca
955955
}
956956
try
957957
{
958-
959958
TdsParser.ReliabilitySection.Assert("unreliable call to WriteByteArray"); // you need to setup for a thread abort somewhere before you call this method
960959

961960
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

0 commit comments

Comments
 (0)