Skip to content

Commit 72f1c99

Browse files
authored
Remove comment and whitespace changes
1 parent bf59162 commit 72f1c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SSPI/NegotiateSSPIContextProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if NET
1+
#if NET
22

33
using System;
44
using System.Buffers;
@@ -26,7 +26,7 @@ protected override bool GenerateSspiClientContext(ReadOnlySpan<byte> incomingBlo
2626
if (statusCode == NegotiateAuthenticationStatusCode.Completed || statusCode == NegotiateAuthenticationStatusCode.ContinueNeeded)
2727
{
2828
outgoingBlobWriter.Write(sendBuff);
29-
return true; // Successful case, exit the loop with current SPN.
29+
return true;
3030
}
3131

3232
return false;

0 commit comments

Comments
 (0)