Code style fixes.

This commit is contained in:
2020-07-22 13:20:24 +01:00
parent 843291076c
commit b2612422ab
14 changed files with 18 additions and 18 deletions

View File

@@ -47,7 +47,7 @@ using Aaru.CommonTypes.Interfaces;
namespace Aaru.Checksums
{
/// <summary>Implements the SpamSum fuzzy hashing algorithm.</summary>
public class SpamSumContext : IChecksum
public sealed class SpamSumContext : IChecksum
{
const uint ROLLING_WINDOW = 7;
const uint MIN_BLOCKSIZE = 3;