File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ public void Terminate()
347347 /// </summary>
348348 /// <param name="cr">Crc to get the value from</param>
349349 /// <returns>String representing the CRC, null on error</returns>
350- private string ? GetCRCVariableLengthString ( Crc cr )
350+ private static string ? GetCRCVariableLengthString ( Crc cr )
351351 {
352352 // Ignore null values
353353 if ( cr . Hash == null )
@@ -364,7 +364,7 @@ public void Terminate()
364364 /// </summary>
365365 /// <param name="ss">SpamSum to get the value from</param>
366366 /// <returns>String representing the SpamSum, null on error</returns>
367- private string ? GetSpamSumBase64String ( SpamSum . SpamSum ss )
367+ private static string ? GetSpamSumBase64String ( SpamSum . SpamSum ss )
368368 {
369369 // Ignore null values
370370 if ( ss . Hash == null )
You can’t perform that action at this time.
0 commit comments