Skip to content

Commit 7acc27d

Browse files
Remove whitespaces
1 parent cd8502f commit 7acc27d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Yubico.YubiKey/src/Yubico/YubiKey/Fido2/Commands/EnumerateRpsBeginResponse.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ credentialManagementData.RelyingPartyIdHash is not null &&
7777
credentialManagementData.TotalRelyingPartyCount is not null &&
7878
credentialManagementData.RelyingParty.IsMatchingRelyingPartyId(credentialManagementData.RelyingPartyIdHash.Value))
7979
{
80-
8180
return (credentialManagementData.TotalRelyingPartyCount.Value, credentialManagementData.RelyingParty);
82-
8381
}
8482

8583
throw new Ctap2DataException(ExceptionMessages.InvalidFido2Info);

Yubico.YubiKey/src/Yubico/YubiKey/Piv/Objects/CardCapabilityContainer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ private bool TryReadUniqueId(bool isValid, TlvReader tlvReader)
363363
encodedUniqueId.CopyTo(dest);
364364
return true;
365365
}
366-
367366

368367
return false;
369368
}

0 commit comments

Comments
 (0)