From 4cde1d5b41d0160b7f3950ce641480866e620844 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Tue, 26 Nov 2024 15:23:09 -0600 Subject: [PATCH] Fix whitespace --- .../Polyfill/CryptographicOperations.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CSharp/CommonAnnotatedSecurityKeys/Polyfill/CryptographicOperations.cs b/src/CSharp/CommonAnnotatedSecurityKeys/Polyfill/CryptographicOperations.cs index e4ae0bf..692812b 100644 --- a/src/CSharp/CommonAnnotatedSecurityKeys/Polyfill/CryptographicOperations.cs +++ b/src/CSharp/CommonAnnotatedSecurityKeys/Polyfill/CryptographicOperations.cs @@ -54,7 +54,6 @@ public static bool FixedTimeEquals(ReadOnlySpan left, ReadOnlySpan r return accum == 0; } - } } #endif \ No newline at end of file