Skip to content

Commit 85c875e

Browse files
authored
Remove spaces
1 parent 7105256 commit 85c875e

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml

1 file changed

+1
-1
lines changed

src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ public bool CheckSignature(X509Certificate2 certificate, bool verifySignatureOnl
357357
chain.ChainPolicy.ExtraStore.AddRange(BuildBagOfCerts());
358358
bool chainVerified = chain.Build(certificate);
359359
SignedXmlDebugLog.LogVerifyX509Chain(this, chain, certificate);
360-
360+
361361
if (!chainVerified)
362362
{
363363
SignedXmlDebugLog.LogVerificationFailure(this, SR.Log_VerificationFailed_X509Chain);

0 commit comments

Comments
 (0)