Skip to content

Commit e3726ec

Browse files
committed
avoid blank lines!
1 parent 27f7609 commit e3726ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DataProtection/DataProtection/src/Managed/ManagedAuthenticatedEncryptor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ public bool TryDecrypt(ReadOnlySpan<byte> cipherText, ReadOnlySpan<byte> additio
156156
var ciphertextSpan = cipherText.Slice(ciphertextOffset, macOffset - ciphertextOffset);
157157
var iv = cipherText.Slice(ivOffset, _symmetricAlgorithmBlockSizeInBytes);
158158

159-
160159
using var symmetricAlgorithm = CreateSymmetricAlgorithm();
161160
symmetricAlgorithm.SetKey(decryptionSubkey);
162161

0 commit comments

Comments
 (0)